mirror of
https://github.com/Paillat-dev/discord-progress-bar.git
synced 2026-01-02 01:06:18 +00:00
First Commit
This commit is contained in:
16
.copywrite.hcl
Normal file
16
.copywrite.hcl
Normal file
@@ -0,0 +1,16 @@
|
||||
schema_version = 1
|
||||
|
||||
project {
|
||||
license = "MIT"
|
||||
copyright_year = 2025
|
||||
copyright_holder = "Paillat-dev"
|
||||
header_ignore = [
|
||||
".venv/**",
|
||||
"logs/**",
|
||||
".idea/**",
|
||||
".git/**",
|
||||
".vscode/**",
|
||||
"__pycache__/**",
|
||||
"*.pyc",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user