Add grid helper
This commit is contained in:
parent
f0fece522d
commit
2aed1c37ce
3 changed files with 11 additions and 30 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
|
@ -1,30 +1,3 @@
|
|||
# Nix/Direnv
|
||||
/.direnv/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Build output
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
/node_modules/
|
||||
/dist/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue