加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
小离 提交于 2023-04-06 10:06 . init project
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
# Other files and folders
.settings/
# Executables
*.swf
*.air
*.ipa
*.apk
# Compiled class file
*.class
# Log file
*.log
logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# frontend dependencies
node_modules/
.DS_Store
dist
dist-ssr
coverage
*.local
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!src/main/**
!src/test/**
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Editor directories and files
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# idea
.idea
*.iws
*.iml
*.ipr
# sts
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
# NetBeans
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
logs/
# VS code
.vscode/
.vscode/*
!.vscode/extensions.json
/cypress/videos/
/cypress/screenshots/
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化