Skip to content

Commit 5431708

Browse files
committed
simplify gitignore for root/assets
We want a .gitignore file in root/assets to ensure it exists, but all of the files should be ignored. We don't need a rule in the root .gitignore to allow the file to be added.
1 parent d2d6206 commit 5431708

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@
2323
*.bak
2424
*.sw*
2525
.DS_Store
26-
!/root/assets/.gitignore

root/assets/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
*
2-
!.gitignore
2+
!/.gitignore

0 commit comments

Comments
 (0)