Add folders
This commit is contained in:
2
0-Source/.gitignore
vendored
Normal file
2
0-Source/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
1-Temp/.gitignore
vendored
Normal file
2
1-Temp/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
2-Out/.gitignore
vendored
Normal file
2
2-Out/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
Start.py
2
Start.py
@@ -19,6 +19,8 @@ for filename in os.listdir('0-Source'):
|
||||
input_file = os.path.join('0-Source', filename)
|
||||
if not os.path.isfile(input_file):
|
||||
continue
|
||||
if filename == '.gitignore':
|
||||
continue
|
||||
|
||||
# Parse File Name
|
||||
temp_name = re.sub(r'\[.*?\]|\(.*?\)', "", filename).rsplit('.', 1)[0].strip()
|
||||
|
Reference in New Issue
Block a user