12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # Compiled source
- # Packages
- # it's better to unpack these files and commit the raw source
- # git has its own built in compression methods
- # Logs and databases
- # OS generated files
- .DS_Store
- .DS_Store?
- ._*
- .Spotlight-V100
- .Trashes
- ehthumbs.db
- Thumbs.db
- .project
- .classpath
- .idea
- atlassian-ide-plugin.xml
- target
- # Java artifacts
- #IntelliJ IDEA
- .idea
- build
- classes
|