File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ bower_components
41
41
build /Release
42
42
.vercel
43
43
.next
44
+ .turbo
44
45
next-env.d.ts
45
46
46
47
# Ignore cloned GitHub wiki (do not regard it as a so-called "submodule")
Original file line number Diff line number Diff line change 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.
3
6
4
7
# ! Note that any pattern with a / in the beginning OR MIDDLE (but not end) will
5
8
# ! be considered relative to this file ONLY. Matching subdirs will NOT match!
@@ -43,6 +46,7 @@ package-lock.json
43
46
44
47
# Ignore test fixtures in any subdir (which may depend on remaining as they are)
45
48
fixtures
49
+ __ * __
46
50
47
51
# Ignore things that prettier isn't good at in any subdir
48
52
* .hbs
@@ -51,5 +55,3 @@ fixtures
51
55
.DS_Store
52
56
53
57
# Custom
54
- test /integration /assets /main
55
- test /integration /assets /pure
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2024 Bernard Dickens III
3
+ Copyright (c) 2025 Bernard Dickens III
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments