diff options
author | crupest <crupest@outlook.com> | 2023-07-10 18:28:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-10 18:28:54 +0800 |
commit | d8959bc897ccadb3083f59f31fc041b42f1b9466 (patch) | |
tree | 9624342bb75b752bc4257c4251aa4f8347f7ac95 /FrontEnd/.gitignore | |
parent | 158b467fff07981b43af81f6520d3dba06baeffa (diff) | |
download | timeline-d8959bc897ccadb3083f59f31fc041b42f1b9466.tar.gz timeline-d8959bc897ccadb3083f59f31fc041b42f1b9466.tar.bz2 timeline-d8959bc897ccadb3083f59f31fc041b42f1b9466.zip |
Now front end is ok!
Diffstat (limited to 'FrontEnd/.gitignore')
-rw-r--r-- | FrontEnd/.gitignore | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/FrontEnd/.gitignore b/FrontEnd/.gitignore index 1de0b58f..4bb8ede2 100644 --- a/FrontEnd/.gitignore +++ b/FrontEnd/.gitignore @@ -3,18 +3,8 @@ # dependencies
/node_modules
-.yarn/*
-!.yarn/cache
-!.yarn/releases
-!.yarn/plugins
-!.yarn/sdks
-!.yarn/versions
-
-# testing
-/coverage
-
# production
-/build
+/dist
# misc
.DS_Store
@@ -24,9 +14,5 @@ .env.production.local
npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-.vscode/launch.json
-/dist
\ No newline at end of file +/.parcel-cache
|