Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
8409f2e4
Commit
8409f2e4
authored
Jun 09, 2021
by
dingzhiwei
Browse files
提交.gitignore
parent
650b1e7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
8409f2e4
/.idea/
# [ java 字节码 ]
*.class
# [ 日志文件 ]
*.log
# [ 打包压缩文件 ]
*.jar
*.war
*.zip
*.tar.gz
*.rar
# [ java 虚拟机异常日志 see http://www.java.com/en/download/help/error_hotspot.xml ]
hs_err_pid*
# [ 操作系统缓存和备份 ]
tmp/
*.tmp
*.bak
*.swp
*~.nib
# [ eclipse ]
.metadata
bin/
.settings
.classpath
.project
# [ IDEA ]
.idea/
*.iml
/log/
# [ MAVEN ]
target/
*.project
# [Jrebel]
rebel.xml
# ################################################ 前端 ###################
# [npm包管理依赖]
node_modules/
# [dist目录]
dist/
# [HBuilderX 编译目录 ]
unpackage/
# [vscode IDE]
.vscode/
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment