Skip to content

Commit

Permalink
Init ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
  • Loading branch information
Sergii Kabashniuk committed Feb 12, 2016
0 parents commit 9b6a964
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Eclipse #
###################

.classpath
.project
.settings/
target/
bin/
test-output/

# Idea #
##################
*.iml
*.ipr
*.iws
.idea/

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.sh

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.war
*.ear



# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
*/overlays
*~

0 comments on commit 9b6a964

Please sign in to comment.