admin commited on
Commit
c621402
·
1 Parent(s): 16c3fe2

upd ignore

Browse files
Files changed (2) hide show
  1. .gitignore +1 -3
  2. test.sh +0 -10
.gitignore CHANGED
@@ -1,5 +1,3 @@
1
- example/*
2
  *__pycache__*
3
- test.py
4
- rename.sh
5
  flagged/*
 
 
1
  *__pycache__*
2
+ test.*
 
3
  flagged/*
test.sh DELETED
@@ -1,10 +0,0 @@
1
- #!/bin/sh
2
-
3
- MOD_BRANCH="main"
4
-
5
- git checkout --orphan latest_branch
6
- git add -A
7
- git commit -m "Initial commit"
8
- git branch -D "$MOD_BRANCH"
9
- git branch -m latest_branch "$MOD_BRANCH"
10
- git push -u origin "$MOD_BRANCH" -f