mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 10:46:07 +09:00
initialize project
This commit is contained in:
Executable
+26
@@ -0,0 +1,26 @@
|
||||
# build output
|
||||
dist/
|
||||
.output/
|
||||
.json/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# ignore .astro directory
|
||||
.astro
|
||||
Reference in New Issue
Block a user