diff options
| author | Asko Nõmm <asko@bien.ee> | 2021-10-02 01:26:07 -0300 |
|---|---|---|
| committer | Asko Nõmm <asko@bien.ee> | 2021-10-02 01:26:07 -0300 |
| commit | 8a158dd3cff218223afb9dd77c567023795bfc7e (patch) | |
| tree | 345cfbfdf430bbcfe684d219e20f2f4ef9035912 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68e52fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +/target +/classes +/checkouts +profiles.clj +pom.xml +pom.xml.asc +*.jar +*.class +/.lein-* +/.nrepl-port +/.prepl-port +.hgignore +.hg/ +.idea/ +ruuter.iml
\ No newline at end of file |
