Skip to content

Commit 2577841

Browse files
committed
initial
0 parents  commit 2577841

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
*target*
2+
*.jar
3+
*.war
4+
*.ear
5+
*.class
6+
7+
# eclipse specific git ignore
8+
*.pydevproject
9+
.project
10+
.metadata
11+
bin/**
12+
tmp/**
13+
tmp/**/*
14+
*.tmp
15+
*.bak
16+
*.swp
17+
*~.nib
18+
local.properties
19+
.classpath
20+
.settings/
21+
.loadpath
22+
23+
# External tool builders
24+
.externalToolBuilders/
25+
26+
# Locally stored "Eclipse launch configurations"
27+
*.launch

0 commit comments

Comments
 (0)