Skip to content

Commit

Permalink
chore: add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Jul 17, 2023
1 parent 3653c89 commit d1685c5
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions Sefaria-ElasticSearch-naive-lemmatizer/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Gradle files
.gradle
build/

# Ignore Gradle GUI config
gradle-app.setting

# Prevent ignoring Gradle wrapper jar
!gradle-wrapper.jar

# Avoid ignoring Gradle wrapper configuration settings
!gradle/wrapper/gradle-wrapper.properties

# IntelliJ IDEA
.idea/*
*.iml
*.iws

# Eclipse
.classpath
.project
.settings/

# Mac
.DS_Store

# Other
bin/
target/

0 comments on commit d1685c5

Please sign in to comment.