Skip to content

Commit f259d3a

Browse files
committed
chore: renovate
1 parent 624ac72 commit f259d3a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ bower_components
4141
build/Release
4242
.vercel
4343
.next
44+
.turbo
4445
next-env.d.ts
4546

4647
# Ignore cloned GitHub wiki (do not regard it as a so-called "submodule")

.prettierignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# * Paths below are ignored by prettier as well as remark and doctoc when called
2-
# * with `symbiote format`.
1+
# * Paths below are ignored by prettier, remark, doctoc when called
2+
# * with `symbiote format` and `symbiote lint`. To have eslint ignore
3+
# * certain files, add them to an "ignores" block in eslint.config.js. To have
4+
# * tsc ignore certain files, exclude them from the appropriate tsc.*.json file.
5+
# * See symbiote's help text for more details.
36

47
# ! Note that any pattern with a / in the beginning OR MIDDLE (but not end) will
58
# ! be considered relative to this file ONLY. Matching subdirs will NOT match!
@@ -43,6 +46,7 @@ package-lock.json
4346

4447
# Ignore test fixtures in any subdir (which may depend on remaining as they are)
4548
fixtures
49+
__*__
4650

4751
# Ignore things that prettier isn't good at in any subdir
4852
*.hbs
@@ -51,5 +55,3 @@ fixtures
5155
.DS_Store
5256

5357
# Custom
54-
test/integration/assets/main
55-
test/integration/assets/pure

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Bernard Dickens III
3+
Copyright (c) 2025 Bernard Dickens III
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)