nothex commited on
Commit
4cff4f2
·
1 Parent(s): 496ec81

removing stuff

Browse files
Files changed (3) hide show
  1. .gitignore +2 -0
  2. .gitleaksignore +2 -0
  3. .pre-commit-config.yaml +5 -0
.gitignore CHANGED
@@ -1,4 +1,6 @@
1
  .env
 
 
2
  __pycache__/
3
  *.pyc
4
  *.pyo
 
1
  .env
2
+ .env.*
3
+ D:\Work\replacements.txt
4
  __pycache__/
5
  *.pyc
6
  *.pyo
.gitleaksignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ 339c50bb2e4103f6a147c73e5547a83dd6ac12db:README.md:curl-auth-header:89
2
+ 339c50bb2e4103f6a147c73e5547a83dd6ac12db:README.md:curl-auth-header:115
.pre-commit-config.yaml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ repos:
2
+ - repo: https://github.com/gitleaks/gitleaks
3
+ rev: v8.18.2 # Use the latest version
4
+ hooks:
5
+ - id: gitleaks