File tree 1 file changed +28
-1
lines changed
1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -135,4 +135,31 @@ GitHub.sublime-settings
135
135
! .vscode /tasks.json
136
136
! .vscode /launch.json
137
137
! .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 *
You can’t perform that action at this time.
0 commit comments