diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-25 16:24:46 +0100 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-25 16:24:46 +0100 |
commit | df46e401bd3dac1162cace8e9259ddaba02d5332 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /.gitignore | |
parent | 2db3d88503fbe219e99c464c4cc8e768613e1359 (diff) | |
download | genpass-df46e401bd3dac1162cace8e9259ddaba02d5332.tar.gz genpass-df46e401bd3dac1162cace8e9259ddaba02d5332.tar.bz2 genpass-df46e401bd3dac1162cace8e9259ddaba02d5332.zip |
ref: Remove all clojure related Files
Making room for wasm project.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ef53ba9..0000000 --- a/.gitignore +++ /dev/null @@ -1,19 +0,0 @@ -/target -/classes -/checkouts -profiles.clj -pom.xml -pom.xml.asc -*.jar -*.class -/.lein-* -/.nrepl-port -/resources/public/js -/public/js -/out -/.repl -*.log -/.env -.idea/ -*.swp -*.iml |