19 lines
212 B
Plaintext
19 lines
212 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
.vscode/
|
|
.idea/
|
|
|
|
# dependencies
|
|
.next/
|
|
node_modules
|
|
target/
|
|
dist/
|
|
Cargo.lock
|
|
ssl/
|
|
|
|
.DS_Store
|
|
|
|
# local env files
|
|
.env*.local
|
|
|