Files
directus/.gitignore
2020-09-01 13:37:45 -04:00

15 lines
482 B
Plaintext

.DS_Store
node_modules
.vs_code
.env
npm-debug.log
lerna-debug.log
# This is always a point of debate, but:
# * package-lock is auto-generate by lerna, which generates it differently from npm
# * We actually _want_ people to be on the latests semver versions for local development
# * package-locks are ignored when publishing to NPM _anyway_, so it doesn't matter for releases
# * the app is bundled on release, so its package versions are locked by definition
package-lock.json