123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- *.class
- *.ctxt
- # Mobile Tools for Java (J2ME)
- .mtj.tmp/
- # Package Files #
- *.jar
- *.war
- *.ear
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
- hs_err_pid*
- # =========================
- # Operating System Files
- # =========================
- # OSX
- # =========================
- .DS_Store
- .AppleDouble
- .LSOverride
- # Icon must ends with two \r.
- Icon
- # Thumbnails
- ._*
- # Files that might appear on external disk
- .Spotlight-V100
- .Trashes
- # Windows
- # =========================
- # Windows image file caches
- Thumbs.db
- ehthumbs.db
- # Folder config file
- Desktop.ini
- # Recycle Bin used on file shares
- $RECYCLE.BIN/
- # Windows Installer files
- *.cab
- *.msi
- *.msm
- *.msp
|