Skip to content

Commit a51546f

Browse files
Fix .gitignore files in project
1 parent 0211aba commit a51546f

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
dist
3+
.DS_Store
4+
.env
5+
6+
# Ignore the output video from Git but not videos you import into src/.
7+
out

reaction/.gitignore

-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
node_modules
2-
dist
3-
.DS_Store
4-
.env
5-
61
public/private
7-
8-
# Ignore the output video from Git but not videos you import into src/.
9-
out

team_hypeshot/video/.gitignore

-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
node_modules
2-
dist
3-
.DS_Store
4-
.env
5-
6-
# Ignore the output video from Git but not videos you import into src/.
7-
out
8-
91
public/photos

0 commit comments

Comments
 (0)