mirror of
https://github.com/revanced/jadb.git
synced 2024-11-19 02:29:24 +01:00
be4fa2279c
To avoid cluttering the repo root.
66 lines
780 B
Plaintext
66 lines
780 B
Plaintext
################
|
|
# IntelliJ #
|
|
################
|
|
/.idea/workspace.xml
|
|
/.idea/tasks.xml
|
|
|
|
|
|
#############
|
|
# Maven #
|
|
#############
|
|
.idea/workspace.xml
|
|
.idea/libraries
|
|
out/
|
|
target/
|
|
|
|
|
|
#################
|
|
## Eclipse
|
|
#################
|
|
|
|
*.pydevproject
|
|
#.project
|
|
.metadata
|
|
bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
#.classpath
|
|
.settings/
|
|
.loadpath
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
.buildpath
|
|
|
|
|
|
#####################
|
|
## Windows detritus #
|
|
#####################
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
#################
|
|
## Mac detritus #
|
|
#################
|
|
.DS_Store
|