Created
June 13, 2020 09:01
-
-
Save danshan/4de8ef8fc11ea9a9e3b79aa1413af62a to your computer and use it in GitHub Desktop.
通用 .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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