123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- # ---> Java
- *.class
- # Mobile Tools for Java (J2ME)
- .mtj.tmp/
- # Package Files #
- *.war
- *.ear
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
- hs_err_pid*
- # ---> Eclipse
- *.pydevproject
- .metadata
- .gradle
- bin/
- tmp/
- *.tmp
- *.bak
- *.swp
- *~.nib
- local.properties
- .settings/
- .loadpath
- # Eclipse Core
- .project
- # External tool builders
- .externalToolBuilders/
- # Locally stored "Eclipse launch configurations"
- *.launch
- # CDT-specific
- .cproject
- # JDT-specific (Eclipse Java Development Tools)
- .classpath
- # Java annotation processor (APT)
- .factorypath
- # PDT-specific
- .buildpath
- # sbteclipse plugin
- .target
- # TeXlipse plugin
- .texlipse
- #
- .DS_Store
- buyao-parent/work/
- buyao-parent/work/log
- buyao-front/admin/node_modules/
- buyao-front/admin/dist/
- buyao-front/html/
|