Commit fd4124d046ab23d15c26f810c50f0d05ae011174
1 parent
e8d4f56f
feat: 提交本地配置文件
Showing
2 changed files
with
4 additions
and
2 deletions
garbage-removal/.env.local
0 → 100644
garbage-removal/.gitignore
| @@ -10,7 +10,6 @@ lerna-debug.log* | @@ -10,7 +10,6 @@ lerna-debug.log* | ||
| 10 | node_modules | 10 | node_modules |
| 11 | .DS_Store | 11 | .DS_Store |
| 12 | dist | 12 | dist |
| 13 | -*.local | ||
| 14 | 13 | ||
| 15 | # Editor directories and files | 14 | # Editor directories and files |
| 16 | .idea | 15 | .idea |
| @@ -18,4 +17,4 @@ dist | @@ -18,4 +17,4 @@ dist | ||
| 18 | *.ntvs* | 17 | *.ntvs* |
| 19 | *.njsproj | 18 | *.njsproj |
| 20 | *.sln | 19 | *.sln |
| 21 | -*.sw? | ||
| 22 | \ No newline at end of file | 20 | \ No newline at end of file |
| 21 | +*.sw? |