.gitignore
This commit is contained in:
parent
bffdcf4bdf
commit
c81932c67b
2 changed files with 48 additions and 0 deletions
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
# Node.js
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log
|
||||||
|
yarn-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
|
||||||
|
# Nix
|
||||||
|
result/
|
||||||
|
*.drv
|
||||||
|
*.out
|
||||||
|
*.gcno
|
||||||
|
.nix-gc*
|
||||||
|
.nix-channels
|
||||||
|
.nix-defexpr
|
||||||
|
.nix-profile
|
||||||
|
.nix-store
|
||||||
|
|
||||||
|
# VS Code
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Python (if any)
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Build
|
||||||
|
/dist/
|
||||||
|
/build/
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
|
# Jupyter
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
|
||||||
|
# Local flake lock
|
||||||
|
flake.lock
|
0
pensum/HTML-CSS/HTML-CSS.md
Normal file
0
pensum/HTML-CSS/HTML-CSS.md
Normal file
Loading…
Add table
Add a link
Reference in a new issue