1
Fork 0
This repository has been archived on 2025-04-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Frontend-Project/.gitignore
2024-08-03 21:51:57 -04:00

27 lines
350 B
Text

# generated types
source/.astro
source/node_modules
.minpluto/generated
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
source/.env
source/.env.production
# macOS-specific files
.DS_Store
# i18n
/source/src/pages/en/
/source/src/pages/jp/
/source/src/pages/ru/
# other