aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore45
1 files changed, 45 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2f7896d..ff038b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,46 @@
1
2# Temporary
3.scalafmt.conf
4resources/
5lib/
6
7# Scala
8*.class
9*.log
10
11# Metals
12.metals/
13.bloop/
14project/metals.sbt
15
16# SBT
17dist/*
1target/ 18target/
19lib_managed/
20src_managed/
21project/boot/
22project/plugins/project/
23.history
24.cache
25.lib/
26
27# VisualStudioCode
28.vscode/*
29!.vscode/settings.json
30!.vscode/tasks.json
31!.vscode/launch.json
32!.vscode/extensions.json
33*.code-workspace
34
35# Vim
36[._]*.s[a-v][a-z]
37!*.svg # comment out if you don't need vector files
38[._]*.sw[a-p]
39[._]s[a-rt-v][a-z]
40[._]ss[a-gi-z]
41[._]sw[a-p]
42Session.vim
43Sessionx.vim
44.netrwhist
45tags
46[._]*.un~