-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (56 loc) · 1.04 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
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
out/
classes/
# Idea Files
.idea/*
!.idea/runConfigurations/
!.idea/vcs.xml
!.idea/gradle.xml
*.iws
*.iml
*.ipr
# Ignore particular build resources
buildfiles/build-macros.xml
buildfiles/default.properties
buildfiles/ivysettings.xml
buildfiles/ivysettings-usepublic.xml
build.properties.template
buildfiles/nisc-repo/
buildfiles/sonar/
buildfiles/srf/
buildfiles/*.cache
buildfiles/*.jar
# Ignore common build-generated meta files
*/versions.properties
*/src/*/build.properties
*/src/*/nisc.build.properties
*/resources/*/build.properties
**/gwt-unitCache/
**/ivygen_*.xml
**/.sonar
# Ignore transient build artifacts
.gradle
*/build/
!gradle/wrapper/gradle-wrapper.jar
# Ignore temp files...I like VI, don't you?!
*~
*.swp
# Ignore OS X generated files
.DS_Store
# Like to make copies of the original before modifying? Name it with .OLD or .BACKUP extension
**/*.OLD
**/*.BACKUP
**/target/*