Adding rules to ignore CSV & JSON files for git

This commit is contained in:
edipretoro 2024-12-09 10:16:07 +01:00
parent 6fa55f572a
commit ad50fe8224

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
*.json
*.csv
# Created by https://www.toptal.com/developers/gitignore/api/python # Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python # Edit at https://www.toptal.com/developers/gitignore?templates=python