815 Star 4.9K Fork 3.5K

GVPO2OA企业应用开发平台 / O2OA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 2.80 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
tommy 提交于 2023-11-21 15:21 . update gulpfile
#o2oa
**/command.swap
**/version.o2
**/bin/
**/target/
/target/**
/o2server/webroot/
/o2server/servers/
/o2server/store/jars/*.jar
/o2server/store/*.war
/o2server/config/
/o2server/custom/
/o2server/dynamic/
/o2server/commons/
/o2server/jvm/
/o2server/local/
/o2server/configSample/
!/o2server/configSample/externalDataSources*.json
!/o2server/configSample/externalStorageSources.json
!/o2server/configSample/manifest.cfg
!/o2server/configSample/messageSendRule.js
!/o2server/configSample/web.json
/o2server/*/src/main/webapp/describe/
/o2server/*/src/main/webapp/WEB-INF/
# mnist图片资源
!/o2server/x_program_center/src/main/webapp/WEB-INF/
**/.settings/
**/.classpath
**/.project
**/.VSCodeCounter
/o2custom/
/o2cloud/
/.svn/
*.hprof
/o2web/gulpconfig.js
/node_modules/
/o2web/ftpconfig.js
**/.DS_Store
.DS_Store
**/.idea
/.idea/
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
**/*.jar
!/o2server/**/ext/*.jar
**/*.war
**/*.nar
**/*.ear
**/*.zip
**/*.tar.gz
**/*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
#jpa enhance class
*_.java
*.iml
# for node
package-lock.json
# Logs
logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
#DynamoDB Local files
.dynamodb/
#vscode
**/.factorypath
**/.vscode/
**/pmd.xml
**/cpd.xml
**/pmd.html
**/cpd.html
*.swp
#pom.xml.versionsBackup
*.versionsBackup
*netbean
**/nbproject/
*.lock
*.checkstyle
o2server/test.sh
**/dest/
**/dest_*/
**/dist/
*_bak.*
*.bak
Java
1
https://gitee.com/o2oa/O2OA.git
git@gitee.com:o2oa/O2OA.git
o2oa
O2OA
O2OA
master

搜索帮助