forked from hibernate/hibernate-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (44 loc) · 880 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
# Typically *NIX text editors, by default, append '~' to files on saving to make backups
*~
# Some editors, such as DIA, use this extension for automatic saves
*.autosave
# Our build scripts - necessary for our release jobs
hibernate-noorm-release-scripts
hibernate-release-scripts
#Checkstyle
.checkstyle
# Build output directories
target
bin
# IntelliJ specific files/directories
/out
.idea
*.ipr
*.iws
*.iml
atlassian-ide-plugin.xml
# Eclipse specific files/directories
.classpath
.project
.settings
.externalToolBuilders
.factorypath
# NetBeans specific files/directories
.nbattrs
nb-configuration.xml
licenseheader.txt
nbactions.xml
# Sublime
*.sublime-*
# Miscellaneous
*.log
.clover
.DS_Store
.attach_pid*
# Bitronix transaction logs
*.btm
# Cache folders for formatting plugins:
.cache
# Gradle Enterprise/Develocity
/.mvn/.gradle-enterprise
/.mvn/.develocity