Skip to content

Commit

Permalink
[Build] Updatate gitignore rules
Browse files Browse the repository at this point in the history
Refactor the `.gitignore` rules to be more readable and concise.
  • Loading branch information
Fuzzbawls committed Mar 26, 2024
1 parent 9736c7a commit 98b78ff
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# IDE artifacts
/.project
/.pydevproject
/.settings/
/.pytest_cache/
/.idea/
/.settings/
/__pycache__/

# Virtual environments
/venv*/

# Build artifacts
/build/
/dist/
/__pycache__/
/lastLogs.html
/masternode.conf
/venv/
/.pytest_cache/
/SPMT*/

# Deployment artifacts
/*.exe
/*.tar.gz
/*.dmg
/*.zip
/*.app

0 comments on commit 98b78ff

Please sign in to comment.