Files
LogBlock/.gitignore
2015-03-21 02:55:28 +05:00

36 lines
354 B
Plaintext

# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nb-configuration.xml
/nbbuild.xml
/nbproject
# we use maven!
/build.xml
# maven
/target
dependency-reduced-pom.xml
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/release
/agitar
/dist
/manifest.mf
# Mac filesystem dust
/.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/