Improved .gitignore

This commit is contained in:
Tim Visée 2015-11-23 21:39:42 +01:00
parent 4f8e1c6e91
commit 4a2a5ed309

45
.gitignore vendored
View File

@ -1,10 +1,7 @@
### Java ### ### Java files ###
*.class *.class
# Mobile Tools for Java (J2ME) # Package Files
.mtj.tmp/
# Package Files #
#*.jar #*.jar
*.war *.war
*.ear *.ear
@ -13,43 +10,23 @@
hs_err_pid* hs_err_pid*
### Intellij ### ### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
# Ignore project files
*.iml *.iml
## Directory-based project format: # Ignore IDEA directory
.idea/* .idea/*
# Include the project's code style settings file # Include the project's code style settings file
!.idea/codeStyleSettings.xml !.idea/codeStyleSettings.xml
# if you remove the above rule, at least ignore the following: # File-based project format:
# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
# Gradle:
# .idea/gradle.xml
# .idea/libraries
# Mongo Explorer plugin:
# .idea/mongoSettings.xml
## File-based project format:
*.ipr *.ipr
*.iws *.iws
## Plugin-specific files: ### Plugin-specific files: ###
# IntelliJ # IntelliJ
/out/ /out/
@ -65,6 +42,7 @@ crashlytics.properties
crashlytics-build.properties crashlytics-build.properties
### Eclipse ### ### Eclipse ###
*.pydevproject *.pydevproject
.metadata .metadata
@ -104,6 +82,7 @@ local.properties
.texlipse .texlipse
### Maven ### ### Maven ###
target/ target/
pom.xml.tag pom.xml.tag
@ -115,6 +94,7 @@ dependency-reduced-pom.xml
buildNumber.properties buildNumber.properties
### NetBeans ### ### NetBeans ###
nbproject/private/ nbproject/private/
build/ build/
@ -125,5 +105,8 @@ nbactions.xml
nb-configuration.xml nb-configuration.xml
.nb-gradle/ .nb-gradle/
### Git ###
# Don't exclude the .gitignore itself # Don't exclude the .gitignore itself
!.gitignore !.gitignore