mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-11 01:25:03 +00:00
Merge pull request #897 from ozymandiashh/chore/gitignore-node-modules-symlink
chore(gitignore): ignore node_modules symlinks, not only directories
This commit is contained in:
commit
a704f952c0
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,4 +1,7 @@
|
|||
node_modules/
|
||||
# No trailing slash: the slash form only ignores directories, so a
|
||||
# node_modules SYMLINK (common in linked worktrees) slips into git add -A.
|
||||
# One did exactly that in db018f7 and had to be removed again in c642787.
|
||||
node_modules
|
||||
dist/
|
||||
*.tgz
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue