- Remove .DS_Store file. - Update .gitignore to include .DS_Store. - Modify proxy configuration to use environment variable for backend URL. - Correct component paths in routes. - Implement outdoor fair detail fetching with improved API call. - Enhance EditModal for outdoor fair with dynamic dictionary options. - Add functionality to upload outdoor fair photos. - Update service layer to handle outdoor fair dictionary options.
19 lines
151 B
Plaintext
19 lines
151 B
Plaintext
node_modules
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
.vs/
|
|
|
|
# Build output
|
|
shihezi/
|
|
shihezi.zip
|
|
src/.umi/
|
|
src/.umi-production/
|
|
|
|
# Archives
|
|
*.rar
|
|
*.zip
|
|
.DS_Store
|
|
.local/
|