
Also adds package.json to include the dependencies required in versionist.conf.js Changelog-entry: Add versionist support Signed-off-by: Giovanni Garufi <giovanni@resin.io>
16 lines
No EOL
231 B
Text
16 lines
No EOL
231 B
Text
# Ignore build directory
|
|
build*/
|
|
|
|
# Ignore shared directories
|
|
shared-*/
|
|
|
|
# Some log files from scripts
|
|
*.log
|
|
|
|
# device type manifest stuff
|
|
/node_modules
|
|
*.json
|
|
!package.json
|
|
|
|
# dynamically created by the build script
|
|
conf-notes.txt |