jadb/.gitignore

67 lines
789 B
Plaintext
Raw Normal View History

2016-11-10 06:46:57 +01:00
# Used to store github access token for releasing
/access_token
################
# IntelliJ #
################
/.idea/*
2017-03-17 17:46:14 +01:00
jadb.iml
#############
# Maven #
#############
out/
target/
2013-07-25 20:45:28 +02:00
#################
## Eclipse
#################
*.pydevproject
2016-05-23 16:14:30 +02:00
#.project
2013-07-25 20:45:28 +02:00
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
2016-05-23 16:14:30 +02:00
#.classpath
2013-07-25 20:45:28 +02:00
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
#####################
## Windows detritus #
#####################
2013-07-25 20:45:28 +02:00
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
#################
## Mac detritus #
#################
2013-07-25 20:45:28 +02:00
.DS_Store