betaflight-configurator/.gitignore

30 lines
284 B
Plaintext
Raw Normal View History

2019-07-12 03:21:03 +00:00
# node.js npm related
node_modules/
2019-07-12 03:21:03 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Configurator Build process
cache/
apps/
dist/
debug/
release/
2017-12-03 20:18:03 +00:00
2019-07-12 03:21:03 +00:00
# OSX
.DS_store
2017-12-03 20:18:03 +00:00
# artefacts for Visual Studio Code
/.vscode/
2019-07-12 03:21:03 +00:00
# NetBeans
nbproject/
# IntelliJ
.idea
# Eclipse
.project
.settings/