-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
81 lines (75 loc) · 1.56 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Please do not use recursive filters. They seem as a good idea at first, but they create issues on a long term.
#
# For example having iml files ignored form the root will cause when a module is removed or renamed the old module
# directory to leak, because the iml file in it is still ignored and git does not remove directories that have files
# in it.
#
# if you have a legacy files after obtaining a new version of the gitignore that have previously recursive patterns
# removed, you can use `git clean -df` to cleanup your repo.
portal.iml
/.ijwb
/target
/repository
/.m2
jacoco-it.exec
*.swp
*.ipr
*.iws
*.orig
*.xml.bak
*.jar
*/upgrade.sh
.checkstyle
.classpath
.DS_Store
.project
.settings
setting.xml
access*gz
access.log
dependency-reduced-pom.xml
dump.tar.gz
dump/
manager.lock
mygclogfilename.gc
portal-gc-logs.gc
portal.log
event-server*.log
batch-processing*.log
ci-manager*.log
delegate.log
delegate.*.log
python/**/*-checkpoint.ipynb
python/**/*.pyc
python/**/.pyenv
python/splunk_intelligence/dist/
queue.db
node_modules/
package-lock.json
infer-out
infer-out/*
client-tools
eventQueue
# The Terraform code in this app is just an example, so ignore any files that may store Terraform state from a real
# deployment. You may want to remove these gitignore entries for a real app.
**/terraform.tfvars
**/.terraform
**/*.tfstate
**/*.tfstate.backup
**/tfplan
**/*.lock.info\
profile
profile.result
bolt.db
bazel-*
.bazelrc
bazelrc.cache
bazelrc.gcp
platform-bazel-cache-dev.json
**/vendor
test-util.bzl
.tool-versions
.build-cleaner-index
product/ci/scm/.idea
/.idea/
/.vscode/