Ignore everything but the ones we want there
This commit is contained in:
parent
037d9cf26c
commit
b077371d1f
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -9,6 +9,13 @@ server/*.js
|
|||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
#external assets
|
||||
database_assets/
|
||||
!database_assets/com.nebula.gruvbox/
|
||||
!database_assets/com.nebula.lightTheme/
|
||||
!database_assets/com.nebula.oled/
|
||||
!database_assets/com.nebula.retro/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue