mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-07-10 08:29:17 +00:00
9 lines
161 B
Plaintext
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
|