Skip to content

Commit 844a897

Browse files
committed
added gitignore for frontend
1 parent 9f4c012 commit 844a897

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

.gitignore

+28-1
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,31 @@ GitHub.sublime-settings
135135
!.vscode/tasks.json
136136
!.vscode/launch.json
137137
!.vscode/extensions.json
138-
.history
138+
.history
139+
140+
141+
142+
# ignore for frontend project
143+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
144+
145+
# dependencies
146+
chatapp-frontend/node_modules
147+
chatapp-frontend/.pnp
148+
chatapp-frontend/.pnp.js
149+
150+
# # testing
151+
chatapp-frontend/coverage
152+
153+
# # production
154+
chatapp-frontend/build
155+
156+
# # misc
157+
chatapp-frontend/.DS_Store
158+
chatapp-frontend/.env.local
159+
chatapp-frontend/.env.development.local
160+
chatapp-frontend/.env.test.local
161+
chatapp-frontend/.env.production.local
162+
163+
chatapp-frontend/npm-debug.log*
164+
chatapp-frontend/yarn-debug.log*
165+
chatapp-frontend/yarn-error.log*

0 commit comments

Comments
 (0)