-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
102 lines (82 loc) · 1.26 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Commonly ignored file patterns in Java, JavaScript and Python code bases
# possibly managed with Maven and developed with JetBrains IDEs, Eclipse or NetBeans
# See https://stackoverflow.com/questions/41761128/are-leading-asterisks-redundant-in-gitignore-path-matching-syntax
### IntelliJ IDEA ###
.idea
*.iml
*.ipr
*.iws
### Eclipse/STS ###
.apt_generated
.buildpath
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
nbactions.xml
nb-configuration.xml
### VS Code ###
.vscode/
bin/
dist/
target/
node_modules/
**/src/_includes/css
!**/src/main/**/target/
!**/src/test/**/target/
!.mvn/wrapper/maven-wrapper.jar
HELP.md
.flattened-pom.xml
dependency-reduced-pom.xml
# Unit test reports
TEST*.xml
log/
*.log*
rebel*
*.cache
tomcat*/
npm-debug.*
*.scssc
*.swp
.sass-cache
.env
.cache
tmp/
*.lck*
*.lock*
# Compiled Python bytecode
*.py[cod]
__pycache__/
# Package files
*.jar
# Applications
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes