Skip to content

Commit

Permalink
Modify git attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
darken99 committed Dec 10, 2021
1 parent b868758 commit d60fc20
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
# Working files for legacy (bash) automation
*/work/

*~
*#
*.swp

# Python specific
build/
dist/

__pycache__/
*.py[cod]
*$py.class
*.egg-info/

/.coverage
/.coverage.*
/.cache
/.pytest_cache
/.mypy_cache

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.vscode
.idea/

# Files that might appear in the root of a volume
.DS_Store
.AppleDouble
Expand Down

0 comments on commit d60fc20

Please sign in to comment.