30 lines
284 B
Plaintext
30 lines
284 B
Plaintext
# node.js npm related
|
|
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Configurator Build process
|
|
cache/
|
|
apps/
|
|
dist/
|
|
debug/
|
|
release/
|
|
|
|
# OSX
|
|
.DS_store
|
|
|
|
# artefacts for Visual Studio Code
|
|
/.vscode/
|
|
|
|
# NetBeans
|
|
nbproject/
|
|
|
|
# IntelliJ
|
|
.idea
|
|
|
|
# Eclipse
|
|
.project
|
|
.settings/
|