Skip to content

Commit

Permalink
init API fetch, router, pagination, style
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina Hytychová committed Nov 15, 2020
0 parents commit 5028ff1
Show file tree
Hide file tree
Showing 31 changed files with 9,123 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Logs
logs
*.log
npm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# dotenv environment variables file
.env
.env.test

# Generate output
dist

# VS Code settings
.vscode

# Mac OS General

.DS_Store
.AppleDouble
.LSOverride

# MacOS Thumbnails
._*

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Windows Dump file
*.stackdump

# Windows folder config file
[Dd]esktop.ini
Loading

0 comments on commit 5028ff1

Please sign in to comment.