Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhimanyu Gupta committed Jan 22, 2019
0 parents commit f47ebca
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gitignore
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/

0 comments on commit f47ebca

Please sign in to comment.