Merge pull request #27 from kemitix/update-gitignore

Simplify .gitignore and remove ide project files
This commit is contained in:
Paul Campbell 2018-08-23 22:22:20 +01:00 committed by GitHub
commit 951e27e672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

49
.gitignore vendored
View file

@ -1,48 +1,3 @@
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# maven build outputs
.idea/
*.iml
target/
# netbeans legacy
nbproject/
nbactions.xml
# eclipse legacy
.project
# intellij
.idea/libraries/
.idea/workspace.xml
.idea/uiDesigner.xml
.idea/compiler.xml
.idea/misc.xml
.idea/checkstyle.xml
.idea/artifacts/
.idea/dataSources*
.idea/tasks.xml
.idea/dictionaries/
.idea/shelf/
.idea/dynamic.xml
.idea/sqlDataSources.xml
.idea/gradle.xml
.idea/mongoSettings.xml
# Spring
spring.log
logs/
/application.properties
/bootstrap.properties
# Composer-style
vendor
# Git and temp files
*.orig
*.patch
*~