Skip to content

Commit 123231a

Browse files
committed
Fixed .gitignore
1 parent 8638f7b commit 123231a

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

.gitignore

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# Created by venv; see https://docs.python.org/3/library/venv.html
2-
*
1+
bin/
2+
3+
.idea/
4+
.gradle/
5+
.kotlin/
6+
.venvs/
7+
8+
build/
9+
10+
*.puml
11+
12+
package.json
13+
package-lock.json
14+
node_modules/
15+
16+
!metrics/.gitkeep
17+
metrics/*

0 commit comments

Comments
 (0)