Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
C_Team_KhuDrive
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
김재형
2020-06-14 18:07:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
36de00cfb811ff1d92dd008797f21ce255cc416d
36de00cf
1 parent
27418084
Set .gitignore for each directories
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
backend/.gitignore
.gitignore → frontend/.gitignore
backend/.gitignore
0 → 100644
View file @
36de00c
/env
/docker
/.vscode
.DS_Store
__pycache__
\ No newline at end of file
.gitignore
→
frontend/
.gitignore
View file @
36de00c
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/backend/env
/frontend/node_modules
/frontend/.pnp
/node_modules
/.pnp
.pnp.js
# testing
/
frontend/
coverage
/coverage
# production
/frontend/build
# database
/backend/db.sqlite3
/build
# misc
.DS_Store
...
...
@@ -21,7 +17,6 @@
.env.development.local
.env.test.local
.env.production.local
__pycache__
npm-debug.log*
yarn-debug.log*
...
...
Please
register
or
login
to post a comment