mirror of
https://github.com/NeoApplications/Neo-Store.git
synced 2025-03-14 10:17:08 +00:00
Update: Revamp gitignore logic from inclusive to exclusive
This commit is contained in:
31
.gitignore
vendored
31
.gitignore
vendored
@ -1,19 +1,12 @@
|
||||
/*
|
||||
!/.gitignore
|
||||
!/build.gradle.kts
|
||||
!/settings.gradle.kts
|
||||
!/CHANGELOG.md
|
||||
!/COPYING
|
||||
!/DEVDOC.md
|
||||
!/extra
|
||||
!/gradle
|
||||
!/gradle.properties
|
||||
!/gradlew
|
||||
!/gradlew.bat
|
||||
!/metadata
|
||||
!/schemas
|
||||
!/proguard.pro
|
||||
!/README.md
|
||||
!/neo_banner.png
|
||||
!/src
|
||||
!/config
|
||||
*.iml
|
||||
*.pyc
|
||||
*.swp
|
||||
*.hprof
|
||||
.gradle
|
||||
.idea
|
||||
.kotlin
|
||||
build/
|
||||
local.properties
|
||||
src/main/jniLibs/
|
||||
release/
|
||||
neo/
|
||||
|
Reference in New Issue
Block a user