Build landing page
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -1,33 +1 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Editor / IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
vendor/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
.next/
|
||||
coverage/
|
||||
|
||||
# Archives
|
||||
*.zip
|
||||
*.tar
|
||||
*.gz
|
||||
|
||||
Reference in New Issue
Block a user