Skip to content

Commit 764090d

Browse files
committed
updating 'dot' files from CPS Handbook - actually the previous one was superior
1 parent 06b6dfd commit 764090d

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

.gitignore

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,37 @@
1414
# limitations under the License.
1515
#
1616
# use glob syntax.
17-
/.idea
18-
target
19-
.bsp
17+
syntax: glob
18+
*.ser
19+
*.class
20+
*~
21+
*.bak
22+
#*.off
23+
*.old
24+
# eclipse conf file
25+
.settings
26+
.classpath
27+
.project
28+
.manager
29+
.scala_dependencies
30+
.scalastyle
31+
32+
# idea
2033
.idea
2134
*.iml
35+
36+
# vs code
2237
.vscode
38+
39+
# building
40+
target
41+
build
42+
null
43+
tmp*
44+
temp*
45+
dist
46+
test-output
47+
build.log
48+
.bsp
49+
/.bloop/
50+
/.metals/

0 commit comments

Comments
 (0)