Skip to content

Commit

Permalink
updated gitignore from github default nonsense to devonfw standard
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Jun 3, 2019
1 parent e63baa8 commit 8a51296
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/.keywi.mv.db

# MVN
/keywi/**/target
target
eclipse-target
node_modules
dist
node

# Java
.*
*.class
*.log
*.ctxt
Expand All @@ -14,16 +15,5 @@
*.zip
*.tar.gz
*.rar
hs_err_pid*

# Angular
/keywi/client/node_modules
/keywi/client/dist
/keywi/client/node

# IntelliJ
*.iml
.idea

# Eclipse
eclipse-target
hs_err_pid*

0 comments on commit 8a51296

Please sign in to comment.