From e310b506ee1312ac09f12ab0f27ed423a012483b Mon Sep 17 00:00:00 2001 From: Jacob VanDomelen Date: Mon, 19 Jan 2026 10:36:32 -0800 Subject: [PATCH] Ignoring files --- .direnv/CACHEDIR.TAG | 4 ---- .direnv/flake-profile | 1 - .direnv/flake-profile-3-link | 1 - .envrc | 2 -- .gitignore | 3 +++ .../leiningen.core.classpath.extract-native-dependencies | 1 - .../META-INF/maven/knife-fight/knife-fight/pom.properties | 3 --- .../leiningen.core.classpath.extract-native-dependencies | 1 - 8 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 .direnv/CACHEDIR.TAG delete mode 120000 .direnv/flake-profile delete mode 120000 .direnv/flake-profile-3-link delete mode 100644 .envrc create mode 100644 .gitignore delete mode 100644 target/check/stale/leiningen.core.classpath.extract-native-dependencies delete mode 100644 target/classes/META-INF/maven/knife-fight/knife-fight/pom.properties delete mode 100644 target/stale/leiningen.core.classpath.extract-native-dependencies diff --git a/.direnv/CACHEDIR.TAG b/.direnv/CACHEDIR.TAG deleted file mode 100644 index d886487..0000000 --- a/.direnv/CACHEDIR.TAG +++ /dev/null @@ -1,4 +0,0 @@ -Signature: 8a477f597d28d172789f06886806bc55 -# This file is a cache directory tag created by direnv. -# For information about cache directory tags, see: -# http://www.brynosaurus.com/cachedir/ diff --git a/.direnv/flake-profile b/.direnv/flake-profile deleted file mode 120000 index 519b17b..0000000 --- a/.direnv/flake-profile +++ /dev/null @@ -1 +0,0 @@ -flake-profile-3-link \ No newline at end of file diff --git a/.direnv/flake-profile-3-link b/.direnv/flake-profile-3-link deleted file mode 120000 index 688ab76..0000000 --- a/.direnv/flake-profile-3-link +++ /dev/null @@ -1 +0,0 @@ -/nix/store/dm4m8lnm28n4iwzqcs4qh011kdla3dm0-env-env \ No newline at end of file diff --git a/.envrc b/.envrc deleted file mode 100644 index d4b93ce..0000000 --- a/.envrc +++ /dev/null @@ -1,2 +0,0 @@ -use flake -layout node diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79ac331 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.direnv/ +target/ +.envrc diff --git a/target/check/stale/leiningen.core.classpath.extract-native-dependencies b/target/check/stale/leiningen.core.classpath.extract-native-dependencies deleted file mode 100644 index 81709eb..0000000 --- a/target/check/stale/leiningen.core.classpath.extract-native-dependencies +++ /dev/null @@ -1 +0,0 @@ -[{:dependencies {org.clojure/clojure {:vsn "1.11.1", :native-prefix nil}, org.clojure/spec.alpha {:vsn "0.3.218", :native-prefix nil}, org.clojure/core.specs.alpha {:vsn "0.2.62", :native-prefix nil}, clojure-lanterna {:vsn "0.9.7", :native-prefix nil}, com.googlecode.lanterna/lanterna {:vsn "2.1.7", :native-prefix nil}, nrepl {:vsn "1.0.0", :native-prefix nil}, org.nrepl/incomplete {:vsn "0.1.0", :native-prefix nil}}, :native-path "target/native"} {:native-path "target/native", :dependencies {org.clojure/clojure {:vsn "1.11.1", :native-prefix nil, :native? false}, org.clojure/spec.alpha {:vsn "0.3.218", :native-prefix nil, :native? false}, org.clojure/core.specs.alpha {:vsn "0.2.62", :native-prefix nil, :native? false}, clojure-lanterna {:vsn "0.9.7", :native-prefix nil, :native? false}, com.googlecode.lanterna/lanterna {:vsn "2.1.7", :native-prefix nil, :native? false}, nrepl {:vsn "1.0.0", :native-prefix nil, :native? false}, org.nrepl/incomplete {:vsn "0.1.0", :native-prefix nil, :native? false}}}] \ No newline at end of file diff --git a/target/classes/META-INF/maven/knife-fight/knife-fight/pom.properties b/target/classes/META-INF/maven/knife-fight/knife-fight/pom.properties deleted file mode 100644 index 4e53f80..0000000 --- a/target/classes/META-INF/maven/knife-fight/knife-fight/pom.properties +++ /dev/null @@ -1,3 +0,0 @@ -artifactId=knife-fight -groupId=knife-fight -version=0.1.0-SNAPSHOT diff --git a/target/stale/leiningen.core.classpath.extract-native-dependencies b/target/stale/leiningen.core.classpath.extract-native-dependencies deleted file mode 100644 index 81709eb..0000000 --- a/target/stale/leiningen.core.classpath.extract-native-dependencies +++ /dev/null @@ -1 +0,0 @@ -[{:dependencies {org.clojure/clojure {:vsn "1.11.1", :native-prefix nil}, org.clojure/spec.alpha {:vsn "0.3.218", :native-prefix nil}, org.clojure/core.specs.alpha {:vsn "0.2.62", :native-prefix nil}, clojure-lanterna {:vsn "0.9.7", :native-prefix nil}, com.googlecode.lanterna/lanterna {:vsn "2.1.7", :native-prefix nil}, nrepl {:vsn "1.0.0", :native-prefix nil}, org.nrepl/incomplete {:vsn "0.1.0", :native-prefix nil}}, :native-path "target/native"} {:native-path "target/native", :dependencies {org.clojure/clojure {:vsn "1.11.1", :native-prefix nil, :native? false}, org.clojure/spec.alpha {:vsn "0.3.218", :native-prefix nil, :native? false}, org.clojure/core.specs.alpha {:vsn "0.2.62", :native-prefix nil, :native? false}, clojure-lanterna {:vsn "0.9.7", :native-prefix nil, :native? false}, com.googlecode.lanterna/lanterna {:vsn "2.1.7", :native-prefix nil, :native? false}, nrepl {:vsn "1.0.0", :native-prefix nil, :native? false}, org.nrepl/incomplete {:vsn "0.1.0", :native-prefix nil, :native? false}}}] \ No newline at end of file