123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- ## .gitignore for Efunbox
- # Package Files #
- *.jar
- *.war
- *.ear
- *.class
- *.bak
- *.tmp
- *.log
- ## .gitignore for intellij
- *.iml
- *.ipr
- *.iws
- .idea/
- ## .gitignore for eclipse
- *.pydevproject
- .project
- .metadata
- bin/**
- tmp/**
- tmp/**/*
- *.swp
- local.properties
- .classpath
- .settings/
- ## .gitignore for windows
- Thumbs.db
- ehthumbs.db
- ## .gitignore for mac os x
- .DS_Store
- .AppleDouble
- .LSOverride
- /.classpath
- /.launch
- /.project
- /.settings
- /*.launch
- /*.tmproj
- /ivy*
- /eclipse
- # "temporary" build files
- target/
- out/
- build/
- # CDT-specific
- .cproject
- # PDT-specific
- .buildpath
|