Skip to content

Commit

Permalink
Exclude IntelliJ IDEA run configurations from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Oct 30, 2016
1 parent 8d261ff commit d6c6f69
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# +---------------------+
# + Project Environment +
# +---------------------+
# +--------------+
# + Apache Maven +
# +--------------+
/target/

# +------+
# + Java +
# +------+
*.class
*.jar

# JVM crash logs
# http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# +---------------+
# + IntelliJ IDEA +
# +---------------+
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
out/
.idea/*
!.idea/runConfigurations
!.idea/compiler.xml
!.idea/encodings.xml
!.idea/misc.xml
!.idea/modules.xml
!.idea/vcs.xml

# +------+
# + Java +
# +------+
*.class
*.jar

# JVM crash logs
# http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

0 comments on commit d6c6f69

Please sign in to comment.