Files
2020-05-11 11:13:07 +02:00

9 lines
161 B
Plaintext

# NPM renames .gitignore to .npmignore
# In order to prevent that, we remove the initial "."
# And the CLI then renames it
dist/
node_modules/
Registry*
.cache