Skip to content

Commit 45ce954

Browse files
Create .gitignore
Commit directly to the main branch. Only node_modules ignored yet
1 parent 6bd70cb commit 45ce954

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# start with empty .gitignore to learn what we don't need to commit
2+
3+
4+
# Dependency directories ----> after fetch, do npm install
5+
node_modules/

0 commit comments

Comments
 (0)