chore: import local project into Gitea
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# OS / tooling
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Editors
|
||||||
|
.cursor/
|
||||||
|
|
||||||
|
# Secrets
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
!.env.template
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# Node / frontend
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# Typical embedded / tooling noise
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Builds (adjust per subtree if needed)
|
||||||
|
**/build/.ninja_deps
|
||||||
|
**/build/.ninja_log
|
||||||
|
|
||||||
1
GANG-Nuker
Submodule
1
GANG-Nuker
Submodule
Submodule GANG-Nuker added at aea2245e56
1
GoDm
Submodule
1
GoDm
Submodule
Submodule GoDm added at 1d67fb2c99
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Discored tooling collection
|
||||||
|
|
||||||
|
Bundles third-party Discord-related utilities (**`GANG-Nuker/`**, **`GoDm/`**, **`ZeroDiscord/`**).
|
||||||
|
|
||||||
|
Treat every payload as aggressive automation that can violate Discord ToS / law unless you operate only test accounts owned by you and follow platform policy.
|
||||||
|
|
||||||
|
Prefer isolating secrets (tokens) via env files excluded from `.git`/`.cursor` artifacts — never publish live credentials.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Consult each child repository’s readme for prerequisites (Node/Python/Go) before running binaries or scripts.
|
||||||
1
ZeroDiscord
Submodule
1
ZeroDiscord
Submodule
Submodule ZeroDiscord added at d472dbd123
Reference in New Issue
Block a user