Created
May 27, 2022 16:53
-
-
Save Ginxo/c231fdf0c21a6193ab49512b65dc6603 to your computer and use it in GitHub Desktop.
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
# Gradle | |
# ------ | |
.gradle | |
/build | |
# IDEA | |
# ---- | |
.idea | |
.idea/ | |
.shelf | |
/*.iml | |
/*.ipr | |
/*.iws | |
/out | |
/out/*.* | |
# Eclipse | |
# ------- | |
*.classpath | |
*.project | |
*.settings | |
/bin | |
.metadata/ | |
bin/ | |
tmp/ | |
*.tmp | |
*.bak | |
*.swp | |
*~.nib | |
local.properties | |
.settings/ | |
.loadpath | |
.recommenders | |
# Eclipse Core | |
.project | |
# JDT-specific (Eclipse Java Development Tools) | |
.classpath | |
# STS (Spring Tool Suite) | |
.springBeans | |
# Code Recommenders | |
.recommenders/ | |
# Logs | |
# ---- | |
/*.log | |
# Others | |
# ---- | |
**/*.class | |
**/*.bin | |
**/*.build | |
**/*.out | |
build | |
build/ | |
**/*.jar | |
# Maven specific | |
target/ | |
#Skip all SVN related | |
.svn/ | |
.svn/entries | |
.svn* | |
*/.svn/* | |
#Skip all CVS related | |
CVS/ | |
/CVS/* | |
**/CVS/* | |
.cvsignore | |
*/.cvsignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment