chore: add gitignore
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# ─── OS ─── #
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
desktop.ini
|
||||||
|
|
||||||
|
# ─── editors ─── #
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# ─── rust ─── #
|
||||||
|
target/
|
||||||
|
|
||||||
|
# ─── node ─── #
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# ─── env / secrets ─── #
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
Reference in New Issue
Block a user