1 Star 0 Fork 51

s345511595/GAF

forked from SuperMap_GAF/GAF 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
xlwang 提交于 2021-04-26 21:24 . 修改gitignore和添加配置文件
# 后端
**/target/
**/.classpath
**/.launch
**/.project
**/.settings
**/ivy*
**/eclipse
**/prodDb.*
**/*Db.properties
**/*Db.script
**/stacktrace.log
**/test/reports
/logs/
**/web-app/plugins
**/web-app/WEB-INF/classes
**/out/
**/build/
**/Thumbs.db
**/ehthumbs.db
**/Desktop.ini
**/$RECYCLE.BIN/
**/.DS_Store
**/.AppleDouble
**/.LSOverride
**/Icon
**/local.properties
**/.classpath
**/.settings/
**/.loadpath
**/.externalToolBuilders/
**/*.launch
**/.cproject
**/.buildpath
**/.project
**/.metadata
**/tmp/**
**/.Spotlight-V100
**/.Trashes
**/!wrapper/*.jar
**/!**/wrapper/*.jar
*.tmp
*.bak
*.swp
*~.nib
*.log
*.log.*
*.releaseBackup
*.launch
*.tmproj
*.war
*.zip
*.zip.sha1
*.iws
*.class
*.jar
*.war
*.ear
*.pydevproject
*.iml
*.ipr
*.iws
**/.idea/
!**/gaf-project/**/*.zip
!.gitignore
!.gitlab-ci.yml
!.gitattributes
!.editorconfig
!.eslintrc
!.travis.yml
*~
._*
**/static
!**/gaf-microservice-api/**/static
!**/gaf-web/**/static
!**/gaf-common-rest/**/static
!obfuscator.jar
# 前端
**/*.log
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
**/package-lock.json
**/pids
**/*.pid
**/*.seed
**/*.pid.lock
**/lib-cov
**/coverage
**/.nyc_output
**/.grunt
**/bower_components
**/.lock-wscript
**/build/Release
**/node_modules/
**/jspm_packages/
**/typings/
**/.eslintcache
**/.node_repl_history
**/.yarn-integrity
**/.cache
**/.next
**/.nuxt
**/dist
**/.vuepress/dist
**/.serverless
**/sw.*
**/dist.zip
.npm
*.tgz
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/s345511595/GAF.git
git@gitee.com:s345511595/GAF.git
s345511595
GAF
GAF
main

搜索帮助