mirror of
https://github.com/amark/gun.git
synced 2025-06-07 14:46:44 +00:00
Fix unbuild .gitignore
Running the unbuild step wipes out the src/.gitignore file. Instead, now the root .gitignore file is told to ignore src/. Prevents a scenario where you run unbuild, it wipes out the .gitignore file, and `git status` shows all the new src files as untracked. A developer could accidentally commit them without realizing it.
This commit is contained in:
parent
ad345582aa
commit
09f8f37beb
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,3 +8,6 @@ yarn.lock
|
|||||||
*.bak
|
*.bak
|
||||||
*.new
|
*.new
|
||||||
*.DS_store
|
*.DS_store
|
||||||
|
|
||||||
|
# Unbuilt files.
|
||||||
|
src/
|
||||||
|
4
src/.gitignore
vendored
4
src/.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
# Ignore everything in this directory
|
|
||||||
*
|
|
||||||
# Except this file
|
|
||||||
!.gitignore
|
|
Loading…
x
Reference in New Issue
Block a user