mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 16:43:05 +02:00
chore: added pdf files to gitignore
This commit is contained in:
parent
c0ec198465
commit
e58c1487ef
3
PYTHON/pdfCentered/.gitignore
vendored
3
PYTHON/pdfCentered/.gitignore
vendored
@ -159,4 +159,5 @@ cython_debug/
|
||||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
#.idea/
|
||||
*.pdf
|
||||
1
PYTHON/pdfCentered/.python-version
Normal file
1
PYTHON/pdfCentered/.python-version
Normal file
@ -0,0 +1 @@
|
||||
3.9.0
|
||||
4
PYTHON/pdfCentered/pytest.ini
Normal file
4
PYTHON/pdfCentered/pytest.ini
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
[pytest]
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning
|
||||
Loading…
Reference in New Issue
Block a user