mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-14 02:20:57 +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
|