Skip to content

Commit

Permalink
Updated gitattributes and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
munkybutt committed Mar 15, 2023
1 parent 5ced538 commit df9e832
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# used to remove files from deployment using `git archive`
# git files
.gitattributes export-ignore
.gitignore export-ignore

*appveyor.yml export-ignore

# folders:
tests export-ignore
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Pipfile.lock
# sublime
*.sublime-workspace
*.sublime-project

# vscode
*.vscode
pyrightconfig.json

# project
Expand Down
17 changes: 0 additions & 17 deletions .vscode/launch.json

This file was deleted.

0 comments on commit df9e832

Please sign in to comment.