-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
41 lines (34 loc) · 827 Bytes
/
.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
# Package Files #
*.jar
*.war
*.ear
*.class
### Gradle ###
.gradle/
build/
out/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
### IntelliJ ###
# Applied from https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
**/.idea/tasks.xml
**/.idea/usage.statistics.xml
**/.idea/workspace.xml
### Jenkinsfile with IDEA
# Applied from http://vgaidarji.me/blog/2018/07/30/working-with-jenkinsfile-in-intellij-idea/
src/main/groovy/
env-config
pipeline-build-config.json
/.gradle/
# These are regenerated by gradle
**/.idea/modules.xml
**/.idea/gradle.xml
**/.idea/artifacts/*.xml
**/.idea/libraries/*.xml
*.iml
### Node files ###
node_modules/
devops/tmp.cf.manifest.yml
patch.diff
pipeline-build-config.json
/.idea/