forked from Chris81T/hmatic4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (44 loc) · 805 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
# generic files to ignore
# backup files (*~) and vim swap file (.swp), MacOS dir file (.DS_Store)
# also ignore IntelliJ IDEA scala worksheet files (.sc)
*.~
*~
*.lock
*.DS_Store
*.swp
*.out
*.iml
*.sc
#IDE files to ignore (Netbeans, Eclipse)
nbproject/private/
nbproject
nbactions.xml
.classpath
.project
.settings
.metadata
.directory
.idea
additional-libraries
profiles.xml
nb-configuration.xml
#ignore generated .class files
*.class
#except this file
!.gitignore
#ignore maven target output
target/
#ignore may existing bin folder
bin/
dist/
#ignore JRebel typical files
rebel.xml
#ignore bower and npm downloaded files
bower_components/
node_modules/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*