Skip to content

Commit

Permalink
initial commit; nextjs bootstrap;
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Imensek committed May 23, 2021
1 parent 23f770e commit 7710736
Show file tree
Hide file tree
Showing 7 changed files with 2,349 additions and 2 deletions.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

#phpstorm

.idea/
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# nextjs-blog
Play with Nextys
This is a starter template for [Learn Next.js](https://nextjs.org/learn).
Loading

0 comments on commit 7710736

Please sign in to comment.