-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
54 lines (44 loc) · 1.32 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
########################################################################
# From https://github.com/github/gitignore/blob/master/Java.gitignore
########################################################################
*.class
# Package Files
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
###############################################
# From https://gist.github.com/octocat/9257657
###############################################
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
~*
##########################################################
# From https://gist.github.com/zpetr/e783d537f8a40bb6ec16
##########################################################
# IDE files #
#############
nbproject
.~lock.*
.buildpath
.idea
*.iml
###############################
# We ignore Eclipse .project and .classpath files, all their configuration
# can be auto-generated thanks to m2e using the pom.xml configuration
.project
.classpath
# We do NOT ignore Eclipse .settings/ directories: if only using "project specific settings"
# in Eclipse, they allow to standardize development environment, e.g.,
# to share the compiler errors/warnings settings
#.settings
/target/
/m2_local_repository/repository/