Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
MAC_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2021-05-11 23:52:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e6200f05da5d5b746950bea03af88a4b566d219f
e6200f05
1 parent
e58bddcd
lock 파일 추적 중지
두 개발 환경이 너무 달라 불필요한 오류를 야기함
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
.gitignore
src/gif-generator/.gitignore
.gitignore
View file @
e6200f0
...
...
@@ -26,4 +26,7 @@ out
*.bak
node_modules.nosync/
*.env.*
\ No newline at end of file
*.env.*
package-lock.json
yarn.lock
\ No newline at end of file
...
...
src/gif-generator/.gitignore
View file @
e6200f0
node_modules
dist/*
\ No newline at end of file
dist/*
package-lock.json
yarn.lock
\ No newline at end of file
...
...
Please
register
or
login
to post a comment