mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-19 21:05:25 +08:00
24 lines
294 B
Plaintext
24 lines
294 B
Plaintext
# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
|
|
|
|
# Generated files
|
|
.idea/
|
|
.gradle
|
|
|
|
# Gradle and Maven with auto-import
|
|
*.iml
|
|
*.ipr
|
|
|
|
# Other
|
|
local.properties
|
|
.DS_Store
|
|
build/
|
|
captures/
|
|
.externalNativeBuild
|
|
.cxx
|
|
app/release/
|
|
app/debug/
|
|
keystore
|
|
|
|
# Python
|
|
__pycache__
|