File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ bower_components
4141build /Release
4242.vercel
4343.next
44+ .turbo
4445next-env.d.ts
4546
4647# 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.
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)
4548fixtures
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
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 Bernard Dickens III
3+ Copyright (c) 2025 Bernard Dickens III
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments