1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/cors/frontend/.gitignore

24 lines
227 B
Plaintext
Raw Permalink Normal View History

2023-07-18 23:54:35 +02:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2023-07-18 23:54:35 +02:00
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
2023-07-18 23:54:35 +02:00
*.sw?