mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-06-28 07:19:10 +00:00
init
This commit is contained in:
parent
e8167b9ad8
commit
527b99bc4d
11 changed files with 8305 additions and 6 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
@ -1,2 +1,21 @@
|
|||
.*
|
||||
!/.gitignore
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue