Skip to content

Commit f2119fe

Browse files
Jaime Salas ZancadaJaime Salas Zancada
authored andcommitted
updated .gitignore
1 parent 3555771 commit f2119fe

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.gitignore

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
.DS_Store
1+
# environments
2+
.env
3+
4+
# dependencies
5+
node_modules/
6+
7+
# build
8+
wwwroot
9+
dist/
10+
11+
# vs code
12+
.DS_Store
13+
14+
# exercise solution
15+
exercise-solution/

0 commit comments

Comments
 (0)