mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-29 18:48:23 +08:00
42 lines
426 B
Plaintext
42 lines
426 B
Plaintext
|
# Compiled class file
|
||
|
*.class
|
||
|
|
||
|
# Log file
|
||
|
*.log
|
||
|
|
||
|
# BlueJ files
|
||
|
*.ctxt
|
||
|
|
||
|
# Mobile Tools for Java (J2ME)
|
||
|
.mtj.tmp/
|
||
|
|
||
|
# Package Files #
|
||
|
*.war
|
||
|
*.ear
|
||
|
*.zip
|
||
|
*.tar.gz
|
||
|
*.rar
|
||
|
|
||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||
|
hs_err_pid*
|
||
|
|
||
|
# mac os #
|
||
|
.DS_Store
|
||
|
|
||
|
# idea #
|
||
|
.idea
|
||
|
*.iml
|
||
|
target/
|
||
|
*.versionsBackup
|
||
|
|
||
|
# node #
|
||
|
node/
|
||
|
package-lock.json
|
||
|
node_modules
|
||
|
yarn.lock
|
||
|
release/
|
||
|
tmp/
|
||
|
|
||
|
# vscode #
|
||
|
.vscode
|