.gitignore 2.3 KB
Newer Older
Z
Zhou Rui 已提交
1 2 3 4 5 6 7 8 9 10
#o2oa
**/src/test/
**/command.swap
**/version.o2
**/bin/
**/target/
/target/**
/o2server/servers/
/o2server/store/jars/*.jar
/o2server/store/*.war
Z
Zhou Rui 已提交
11
/o2server/config/
Z
Zhou Rui 已提交
12 13 14 15 16
/o2server/store/
/o2server/commons/
/o2server/jvm/
/o2server/local/
/o2server/*/src/main/webapp/describe/
Z
zhourui 已提交
17
/o2server/*/src/main/webapp/WEB-INF/
Z
Zhou Rui 已提交
18
**/.settings/
Z
Zhou Rui 已提交
19 20
**/.classpath
**/.project
R
roo00 已提交
21
/o2custom/
Z
Zhou Rui 已提交
22
/o2cloud/
NoSubject's avatar
upload  
NoSubject 已提交
23
/.svn/
Z
Zhou Rui 已提交
24 25
/o2web/gulpconfig.js
/node_modules/
NoSubject's avatar
NoSubject 已提交
26
/o2web/ftpconfig.js
R
roo00 已提交
27
**/.DS_Store
H
huqi1980 已提交
28
.DS_Store
29 30
**/.idea
/.idea/
Z
Zhou Rui 已提交
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
# 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 #
Z
Zhou Rui 已提交
59 60 61 62 63 64 65
**/*.jar
**/*.war
**/*.nar
**/*.ear
**/*.zip
**/*.tar.gz
**/*.rar
Z
Zhou Rui 已提交
66 67 68
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
#jpa enhance class
O
o2sword 已提交
69
*_.java
Z
Zhou Rui 已提交
70
*.iml
NoSubject's avatar
NoSubject 已提交
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
# 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
Z
Zhou Rui 已提交
150 151 152
.dynamodb/

#vscode
Z
Zhou Rui 已提交
153
**/.factorypath
Z
Zhou Rui 已提交
154
**/.vscode/
155

Z
Zhou Rui 已提交
156
**/pmd.xml
Z
Zhou Rui 已提交
157
**/cpd.xml
Z
Zhou Rui 已提交
158 159
**/pmd.html
**/cpd.html
160

Z
Zhou Rui 已提交
161
*.swp
162

Z
Zhou Rui 已提交
163 164
#pom.xml.versionsBackup
*.versionsBackup
Z
zhourui 已提交
165
*netbean
Z
zhourui 已提交
166
**/nbproject/