Skip to content

Commit

Permalink
Organized .gitignore, removed empty file ModResdl.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
thelmuth committed Jul 15, 2021
1 parent 2ab1ed3 commit 6277cac
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
49 changes: 31 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 1,45 @@
*~
.DS_Store
# Clojure / leiningen files
pom.xml
pom.xml.asc
*.jar
*.class
/lib/
/classes/
/target/
/checkouts/
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.lein-failures
.nrepl-port
/pom.xml
/pom.xml.asc
/clojush*.jar
classes/
target/
.cpcache/
.lein-project-checksum

# Editor and backup files
*~
.idea
.gorilla-port
.ipynb_checkpoints/
.calva/
.clj-kondo/
.lsp

# OS Files
.DS_Store

# Results and data directories
results/
/data/
logs/

# Unknown / Other
.classpath
.project
.settings/ccw.repl.cmdhistory.prefs
/data/
logs/
lib/
/bin
.lein-failures
doc/
cov/*
out
.idea
clojush.iml
.gorilla-port
/clojush/
.ipynb_checkpoints/
.lein-project-checksum
scratch.clj
.calva/
.clj-kondo/
.lsp
Empty file removed ModResdl.txt
Empty file.

0 comments on commit 6277cac

Please sign in to comment.