| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- .metadata
- tmp/
- *.tmp
- *.bak
- *.swp
- *~.nib
- local.properties
- .settings
- .loadpath
- .recommenders
- .classpath
- .project
- .class
- # External tool builders
- .externalToolBuilders/
- # Locally stored "Eclipse launch configurations"
- *.launch
- # PyDev specific (Python IDE for Eclipse)
- *.pydevproject
- # CDT-specific (C/C++ Development Tooling)
- .cproject
- # CDT- autotools
- .autotools
- # Java annotation processor (APT)
- .factorypath
- # PDT-specific (PHP Development Tools)
- .buildpath
- # sbteclipse plugin
- .target
- # Tern plugin
- .tern-project
- # TeXlipse plugin
- .texlipse
- # STS (Spring Tool Suite)
- .springBeans
- # Code Recommenders
- .recommenders/
- # Annotation Processing
- .apt_generated/
- .apt_generated_test/
- # Scala IDE specific (Scala & Java development for Eclipse)
- .cache-main
- .scala_dependencies
- .worksheet
- # Uncomment this line if you wish to ignore the project description file.
- # Typically, this file would be tracked if it contains build/dependency configurations:
- #.project
- .idea
- **/target
- **/webapp/userfiles
- **/WEB-INF/classes
- jee-test.iml
- jeesite-web.iml
- # 编译产物 / 部署 jar(保留 jar/ 下的 winsw 工具:mescloudapp.exe / .xml / start.bat 等)
- jar/*.jar
- *.war
- # 大型 SQL 数据 dump(仅 db/mysql 下的 schema/init-data 进 git)
- mes_product_record.sql
- # 日志和临时
- *.log
- nohup.out
- logs/
- # IDE
- *.iml
- .vscode/
- # OS
- Thumbs.db
- .DS_Store
|