forked from ParadigmEducation/snowflake-notes
17 lines
144 B
Plaintext
17 lines
144 B
Plaintext
# Node.js
|
|
node_modules/
|
|
|
|
# Astro
|
|
.astro/
|
|
|
|
# Build output
|
|
dist/
|
|
public/images/
|
|
ref/
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Miscellaneous
|
|
.DS_Store
|