-
Notifications
You must be signed in to change notification settings - Fork 572
/
.gitignore
59 lines (46 loc) · 862 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Typically *NIX text editors, by default, append '~' to files on saving to make backups
*~
# Our build scripts - necessary for our release jobs
hibernate-noorm-release-scripts
hibernate-release-scripts
# Gradle work directory
.gradle
buildSrc/.gradle
# Build output directories
target/
bin/
# Test output directories
test-output/
# Jmeter directory from perf test
jmeter/
# IntelliJ specific files/directories
out/
.idea
*.ipr
*.iws
*.iml
atlassian-ide-plugin.xml
# Eclipse specific files/directories
.classpath
.project
.settings
.factorypath
.checkstyle
.externalToolBuilders
maven-eclipse.xml
# NetBeans specific files/directories
.nbattrs
# Sublime Text
*.sublime-project
*.sublime-workspace
# Vim
.*.swp
.*.swo
# Miscellaneous
*.log
.clover
.DS_Store
# Cache folders for formatting plugins:
.cache
# develocity cache related:
.mvn/.develocity