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 파일 추적 중지
두 개발 환경이 너무 달라 불필요한 오류를 야기함
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
.gitignore
src/gif-generator/.gitignore
.gitignore
View file @
e6200f0
...
@@ -27,3 +27,6 @@ out
...
@@ -27,3 +27,6 @@ out
27
27
28
node_modules.nosync/
28
node_modules.nosync/
29
*.env.*
29
*.env.*
30
+
31
+
package-lock.json
32
+
yarn.lock
...
\ No newline at end of file
...
\ No newline at end of file
...
...
src/gif-generator/.gitignore
View file @
e6200f0
1
node_modules
1
node_modules
2
dist/*
2
dist/*
3
+
4
+
package-lock.json
5
+
yarn.lock
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Please
register
or
login
to post a comment