Skip to content

Instantly share code, notes, and snippets.

@Ginxo
Created May 27, 2022 16:53
Show Gist options
  • Save Ginxo/c231fdf0c21a6193ab49512b65dc6603 to your computer and use it in GitHub Desktop.
Save Ginxo/c231fdf0c21a6193ab49512b65dc6603 to your computer and use it in GitHub Desktop.
# 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