12 lines
129 B
Plaintext
12 lines
129 B
Plaintext
# Ignore dependencies
|
|
node_modules
|
|
|
|
# Ignore development files
|
|
.env
|
|
.vscode
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
|
|
# Ignore build output
|
|
dist |