提交 8409f2e4 编写于 作者: D dingzhiwei

提交.gitignore

上级 650b1e7d
/.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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册