This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Abhimanyu Gupta
committed
Jan 22, 2019
0 parents
commit f47ebca
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Eclipse files | ||
.classpath | ||
.settings | ||
.project | ||
.springBeans | ||
|
||
# Checkstyle, findbugs and other eclipse plugins | ||
*/.checkstyle | ||
*/.fbExcludeFilterFile | ||
**/.factorypath | ||
*/.apt_generated/ | ||
|
||
# Jenv configuration | ||
.java-version | ||
|
||
# Intellij | ||
.idea/ | ||
*.iml | ||
*.iws | ||
|
||
# Netbeans files | ||
nbactions.xml | ||
|
||
# Maven target folder | ||
target/ | ||
**/dependency-reduced-pom.xml | ||
|
||
# Any left over .svn folders | ||
.svn/ | ||
|
||
# MAC stuff | ||
.DS_Store | ||
|
||
# AWS credentials | ||
*.pem | ||
|
||
# Test Specific files | ||
metastore_db | ||
|
||
# Terraform | ||
.terraform/ |