1 Star 0 Fork 3.5K

itzy / O2OA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 2.31 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
#o2oa
**/src/test/
**/command.swap
**/version.o2
**/bin/
**/target/
/target/**
/o2server/servers/
/o2server/store/jars/*.jar
/o2server/store/*.war
/o2server/config/
/o2server/store/
/o2server/commons/
/o2server/jvm/
/o2server/local/
/o2server/*/src/main/webapp/describe/
**/.settings/
**/.classpath
**/.project
/o2custom/
/o2cloud/
/.svn/
/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
**/*.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/
Java
1
https://gitee.com/itzyyyy/O2OA.git
git@gitee.com:itzyyyy/O2OA.git
itzyyyy
O2OA
O2OA
master

搜索帮助