File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ```
2- # Logs and temp files
3- * .log
4- * .tmp
5- * .swp
6-
7- # Environment
1+ node_modules /
2+ npm-debug.log *
3+ yarn-debug.log *
4+ yarn-error.log *
85.env
96.env.local
10- .env. *
11-
12- # Editors
7+ .env.development.local
8+ .env.test.local
9+ .env.production.local
10+ coverage /
11+ .nyc_output /
12+ .jest /
1313.vscode /
1414.idea /
15-
16- # Dependencies
17- node_modules /
18- .venv /
19- venv /
20- __pycache__ /
21- .mypy_cache /
22- .pytest_cache /
15+ * .log
16+ * .tmp
17+ * .swp
18+ .DS_Store
19+ Thumbs.db
2320dist /
2421build /
2522target /
2623.gradle /
27-
28- # OS generated files
29- .DS_Store
30- Thumbs.db
31-
32- # Python specific
24+ .mypy_cache /
25+ .pytest_cache /
26+ __pycache__ /
3327* .pyc
34- * .pyo
35- * .pyd
36- .Python
37- .coverage
38- htmlcov /
39- coverage /
40-
41- # Compiled files
4228* .class
4329* .o
44- * .obj
4530* .exe
4631* .dll
4732* .so
4833* .a
34+ * .obj
4935* .out
50-
51- # Archives
5236* .zip
5337* .gz
5438* .tar
@@ -71,4 +55,5 @@ coverage/
7155* .tar.bz2
7256* .tar.xz
7357* .tar.zst
74- ```
58+ htmlcov /
59+ .coverage
Original file line number Diff line number Diff line change 115115 "uuid" : " 14.0.0" ,
116116 "fast-uri" : " ^3.1.2" ,
117117 "@tootallnate/once" : " ^3.0.1" ,
118- "undici" : " ^7.28.0"
118+ "undici" : " ^7.28.0" ,
119+ "@tailwindcss/oxide" : " ^4.3.2"
119120 },
120121 "optionalDependencies" : {
121- "@tailwindcss/oxide-linux-x64-gnu" : " ^4.3.2"
122+ "@tailwindcss/oxide-linux-x64-gnu" : " ^4.3.2" ,
123+ "@tailwindcss/oxide-darwin-arm64" : " ^4.3.2" ,
124+ "@tailwindcss/oxide-darwin-x64" : " ^4.3.2" ,
125+ "@tailwindcss/oxide-linux-arm64-gnu" : " ^4.3.2" ,
126+ "@tailwindcss/oxide-win32-x64-msvc" : " ^4.3.2"
122127 }
123128}
You can’t perform that action at this time.
0 commit comments