mirror of
https://github.com/sudoxnym/nightd.git
synced 2026-07-15 02:32:02 +00:00
24 lines
167 B
Text
24 lines
167 B
Text
# Gradle
|
|
.gradle/
|
|
build/
|
|
*.class
|
|
|
|
# Android
|
|
local.properties
|
|
*.apk
|
|
*.ap_
|
|
*.dex
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build artifacts
|
|
obj/
|
|
*.o
|
|
*.so
|