Skip to content

Commit e967054

Browse files
committed
Update gitignore
1 parent 6ab6672 commit e967054

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# All top-level folders except
2-
/*
3-
!/lib
4-
!/.vscode
5-
!/preview
1+
# All folders except
2+
/**
3+
!/lib/**/*
4+
!/.vscode/**/*
5+
!/preview/**/*
6+
!/*
67

78
# Downloaded files
89
*.7z

0 commit comments

Comments
 (0)