Hamcha
eade73f9f5
All checks were successful
continuous-integration/drone/push Build is passing
Includes: - Basic layout - Card list - Filter cards by set/color - Filter cards by type - Filter cards by rule text - Add/remove cards to decklist - Export deck to ponyhead URL
23 lines
232 B
Text
23 lines
232 B
Text
.DS_Store
|
|
node_modules
|
|
/dist
|
|
coverage
|
|
*.sqlite
|
|
|
|
# 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?
|