Skip to content

Commit

Permalink
tidy up .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Docteh committed Jul 12, 2019
1 parent e1af1fb commit 2fc659b
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
.DS_store
nbproject/
.idea
.project
.settings/
# node.js npm related

node_modules/
npm-debug.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Configurator Build process
cache/
apps/
dist/
debug/
release/

# Font template bitmaps
resources/osd/*.png
# OSX
.DS_store

# artefacts for Visual Studio Code
/.vscode/

# NetBeans
nbproject/

# IntelliJ
.idea

# Eclipse
.project
.settings/

0 comments on commit 2fc659b

Please sign in to comment.