mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-01 04:57:24 +02:00
break up script into 4 smaller refactor scripts preparing it to be ported to modular library leveraing vuejs
This commit is contained in:
parent
f5c507a94b
commit
a931013f3c
42 changed files with 39294 additions and 0 deletions
21
vue/.gitignore
vendored
Normal file
21
vue/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.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