mirror of
https://github.com/2dust/v2rayNG.git
synced 2025-06-28 04:09:51 +00:00
66 lines
864 B
Text
66 lines
864 B
Text
# Ignore data and key store files
|
|
*.dat
|
|
*.jks
|
|
|
|
# Ignore output JSON file
|
|
V2rayNG/app/release/output.json
|
|
|
|
# Ignore IDE and build system directories
|
|
.idea/
|
|
.gradle/
|
|
*.iml
|
|
|
|
# Ignore local properties and DS_Store files
|
|
/local.properties
|
|
.DS_Store
|
|
|
|
# Ignore build directories and captures
|
|
/build
|
|
/captures
|
|
V2rayNG/app/build
|
|
V2rayNG/build
|
|
V2rayNG/local.properties
|
|
|
|
# Ignore APK and AAR files
|
|
*.apk
|
|
*.aar
|
|
|
|
# Ignore signing properties
|
|
signing.properties
|
|
|
|
# Ignore shared object files
|
|
*.so
|
|
|
|
# Ignore Google services JSON
|
|
V2rayNG/app/google-services.json
|
|
|
|
# Additional common Android/Java ignores
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*.orig
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# Ignore executable files
|
|
*.exe
|
|
*.dll
|
|
*.obj
|
|
*.o
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Ignore files from other IDEs
|
|
.vscode/
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Ignore OS-specific files
|
|
Thumbs.db
|
|
.DS_Store
|