Skip to content

Commit

Permalink
feat: add template ignore file, assets
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Dec 7, 2022
1 parent 15e03a1 commit 52cc1d3
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* text=auto

/.github export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
CHANGELOG.md export-ignore
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,25 @@ node_modules
# testing
coverage

# cypress
cypress/screenshots/
cypress/videos/

# next.js
.next/
out/
build
build/
local/

# next-sitemap
public/robots.txt
public/sitemap.xml
public/sitemap-*.xml

# misc
.DS_Store
*.pem
Thumbs.db

# debug
npm-debug.log*
Expand All @@ -31,3 +42,6 @@ yarn-error.log*

# turbo
.turbo

# vercel
.vercel
1 change: 1 addition & 0 deletions .templatesyncignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md
Binary file added assets/logo.gh-dark-mode-only.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo.gh-light-mode-only.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52cc1d3

Please sign in to comment.