233333
This commit is contained in:
+80
-53
@@ -1,75 +1,102 @@
|
||||
# ---> Kotlin
|
||||
# Compiled class file
|
||||
# ============================================================
|
||||
# Build artifacts
|
||||
# ============================================================
|
||||
android/.gradle/
|
||||
android/app/.cxx/
|
||||
android/app/build/
|
||||
android/.kotlin/
|
||||
android/build/
|
||||
android/*/build/
|
||||
go/teamspeak/.opus/build/
|
||||
release/
|
||||
*.apk
|
||||
*.aab
|
||||
|
||||
# ============================================================
|
||||
# Android
|
||||
# ============================================================
|
||||
android/local.properties
|
||||
android/gradle/gradle-daemon-jvm.properties
|
||||
*.iml
|
||||
|
||||
# ============================================================
|
||||
# IDE — workspace/state files (local only)
|
||||
# ============================================================
|
||||
.idea/workspace.xml
|
||||
.idea/tasks.xml
|
||||
.idea/shelf/
|
||||
.idea/caches/
|
||||
.idea/modules/
|
||||
.idea/libraries/
|
||||
android/.idea/workspace.xml
|
||||
android/.idea/tasks.xml
|
||||
android/.idea/shelf/
|
||||
android/.idea/caches/
|
||||
android/.idea/modules/
|
||||
android/.idea/libraries/
|
||||
|
||||
# ============================================================
|
||||
# Kotlin / Java
|
||||
# ============================================================
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# ---> Go
|
||||
# If you prefer the allow list template instead of the deny list, see community template:
|
||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
||||
#
|
||||
# Binaries for programs and plugins
|
||||
# ============================================================
|
||||
# Go
|
||||
# ============================================================
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# ---> Java
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
# ============================================================
|
||||
# Archives
|
||||
# ============================================================
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
# ============================================================
|
||||
# Logs & crash dumps
|
||||
# ============================================================
|
||||
*.log
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# ============================================================
|
||||
# OS files
|
||||
# ============================================================
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ============================================================
|
||||
# Sensitive — DO NOT COMMIT
|
||||
# ============================================================
|
||||
keystore/
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
# ============================================================
|
||||
# Reference SDK (not project source)
|
||||
# ============================================================
|
||||
docs/teamspeak-sdk-3.5.2/
|
||||
|
||||
# ============================================================
|
||||
# Session / tool files
|
||||
# ============================================================
|
||||
.ai/
|
||||
.claude/
|
||||
memory/
|
||||
plan/
|
||||
|
||||
# ============================================================
|
||||
# Misc
|
||||
# ============================================================
|
||||
test.txt
|
||||
|
||||
Reference in New Issue
Block a user