Ignore everything but the ones we want there

This commit is contained in:
MotorTruck1221 2024-11-04 23:14:18 -07:00
parent 037d9cf26c
commit b077371d1f
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

7
.gitignore vendored
View file

@ -9,6 +9,13 @@ server/*.js
node_modules/ node_modules/
package-lock.json 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 # logs
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*