diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-02-08 22:52:14 +0000 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-02-08 22:52:14 +0000 |
| commit | 21cd15d7a259e3ada2401e2585455587a56bdfbd (patch) | |
| tree | a99117c5eb8f86c21132f5541b65c7cf393b0354 /.gitignore | |
first commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b314d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# sbt +target/ +project/plugins/project/ +boot/ +lib_managed/ +src_managed/ + +# vim +*.sw? + +# intellij +.idea/ + +# ignore [ce]tags files +tags + +# metals +.metals/ +.bsp/ +.bloop/ +metals.sbt +.vscode + +# npm +node_modules/ |
