Skip to content

Commit

Permalink
[Chore] Ignore .next files
Browse files Browse the repository at this point in the history
  • Loading branch information
Neet-Nestor committed Jun 12, 2024
1 parent 86f57e3 commit 74ed3be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build
node_modules
3rdparty
.eslintrc.cjs
**/.next
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,5 @@ node_modules
lib
.parcel-cache

examples/tests
examples/tests
**/.next
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build
node_modules
3rdparty
.eslintrc.cjs
**/.next

0 comments on commit 74ed3be

Please sign in to comment.