parent
99e995b8dd
commit
70532f1cc5
1 changed files with 25 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||||||
|
# Eclipse stuff |
||||||
|
/.classpath |
||||||
|
/.project |
||||||
|
/.settings |
||||||
|
|
||||||
|
# netbeans |
||||||
|
/nbproject |
||||||
|
|
||||||
|
# we use maven! |
||||||
|
/build.xml |
||||||
|
|
||||||
|
# maven |
||||||
|
/target |
||||||
|
|
||||||
|
# vim |
||||||
|
.*.sw[a-p] |
||||||
|
|
||||||
|
# various other potential build files |
||||||
|
/build |
||||||
|
/bin |
||||||
|
/dist |
||||||
|
/manifest.mf |
||||||
|
|
||||||
|
# Mac filesystem dust |
||||||
|
/.DS_Store |
Loading…
Reference in new issue