debian-image-builder-frontend/.gitignore
Sanne Raymaekers ec298c769f npm: Use npm-update to keep all packages updated
Rather than freezing the packages and updating them manually, use
npm-update to have the latest available version.
2020-11-02 19:40:48 +01:00

26 lines
313 B
Text

# See https://help.github.com/ignore-files/ for more about ignoring files.
# vscode config
.vscode/
# ide config
.idea/
# dependencies
node_modules
# production
dist
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
coverage
*~
bots
# using npm-upate we keep all packages updated
package-lock.json