gd-earth/.gitignore

28 lines
294 B
Plaintext
Raw Permalink Normal View History

2022-04-07 22:17:28 +08:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
2024-02-20 14:55:52 +08:00
.vscode
2022-04-07 22:17:28 +08:00
node_modules
dist
dist-ssr
*.local
2024-02-20 14:55:52 +08:00
public/Cesium
public/landmarkImg
2022-04-07 22:17:28 +08:00
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?