38 lines
402 B
Plaintext
38 lines
402 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/
|
|
testresults/
|
|
|
|
# Cordova
|
|
cordova/www/
|
|
cordova/platforms/
|
|
cordova/plugins/
|
|
cordova/resources/
|
|
cordova/package-lock.json
|
|
|
|
# OSX
|
|
.DS_store
|
|
|
|
# artefacts for Visual Studio Code
|
|
/.vscode/
|
|
|
|
# NetBeans
|
|
nbproject/
|
|
|
|
# IntelliJ
|
|
.idea
|
|
|
|
# Eclipse
|
|
.project
|
|
.settings/
|