mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-03-01 14:51:13 +01:00
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
|
# NPM renames .gitignore to .npmignore
|
||
|
# In order to prevent that, we remove the initial "."
|
||
|
# And the CLI then renames it
|
||
|
app
|
||
|
node_modules
|
||
|
build
|
||
|
dist
|