mlpcardgame/.gitignore
Hamcha eade73f9f5
All checks were successful
continuous-integration/drone/push Build is passing
Add basic deck builder (#12)
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
2019-09-12 09:11:32 +00:00

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?