12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- # Used to store github access token for releasing
- /access_token
- ################
- # IntelliJ #
- ################
- /.idea/*
- jadb.iml
- #############
- # Maven #
- #############
- 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
|