Skip to content

Commit

Permalink
Update .gitignore and codeStyleSettings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Feb 28, 2015
1 parent c37447b commit 41b1572
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 211 deletions.
15 changes: 2 additions & 13 deletions .gitignore
@@ -1,12 +1,3 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
Expand All @@ -15,7 +6,6 @@
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
Expand All @@ -38,12 +28,11 @@ Thumbs.db
*.iml
*.ipr
*.iws
.idea
**/.idea

# Maven #
#########
*/target/*
target
**/target

# Other IDE's#
##############
Expand Down

0 comments on commit 41b1572

Please sign in to comment.