remove obfuscated code

This commit is contained in:
SennayT
2026-08-07 12:02:14 +03:00
parent bbafbca352
commit a8627f75f1
4 changed files with 4 additions and 9 deletions

3
.gitignore vendored
View File

@@ -52,6 +52,3 @@ RUNNING_LOCALLY.md
# Generated per-shard compose file for the integration suite (it.mjs).
integration/.it-shards.yaml
branch_structure.json
temp_auto_push.bat
temp_interactive_push.bat

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,3 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: "class",
@@ -86,5 +85,4 @@ export default {
},
},
plugins: [],
};
};