mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
15 lines
482 B
Plaintext
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
|