Skip to content

Instantly share code, notes, and snippets.

@danshan
Created June 13, 2020 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danshan/4de8ef8fc11ea9a9e3b79aa1413af62a to your computer and use it in GitHub Desktop.
Save danshan/4de8ef8fc11ea9a9e3b79aa1413af62a to your computer and use it in GitHub Desktop.
通用 .gitignore
# Mac
._*
.DS_Store
.Spotlight-V100
.Trashes
# Windows
Thumbs.db
Desktop.ini
# Linux
nohup.out
misc.prop
tags
*.bak
# Eclipse
.buildpath
.classpath
*.launch
.loadpath
.metadata
.project
*.pydevproject
.settings/
.springBeans
# Intellij
.idea/
*.iml
*.iws
*.ipr
*.ids
*.orig
## Additional for IntelliJ
out/
## generated by mpeltonen/sbt-idea plugin
.idea_modules/
## generated by JIRA plugin
atlassian-ide-plugin.xml
## generated by Crashlytics plugin (for Android Studio and Intellij)
com_crashlytics_export_strings.xml
## maven release plugin
pom.xml.releaseBackup
release.properties
# Node
/**/node/
/**/node_modules/
# SASS
/**/.sass-cache/
# Bower
/**/vendor/
# Maven
log/
target/
# Package Files
*.jar
*.war
*.ear
# Java
*.class
# Directories
/build/
/bin/
/out/
/deploy/
# Logs
*.log
.logs
# Vim
*.swp
*.swo
*.un~
Session.vim
.netrwhist
*~
# Ctrip Apollo
/**/config-cache/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment