Skip to content

Commit

Permalink
Merge #57: [Build] Updatate gitignore rules
Browse files Browse the repository at this point in the history
98b78ff [Build] Updatate gitignore rules (Fuzzbawls)

Pull request description:

  Refactor the `.gitignore` rules to be more readable and concise.

ACKs for top commit:
  Liquid369:
    ACK 98b78ff

Tree-SHA512: 0ddbd67bec5e07843d5fe7d6d379541482d39c1a8c92036db606e620ca06fbe2e1e8551593718766d3625b4feaa15cb9fb80ef6d14c04996c2e0a772089d3413
  • Loading branch information
Fuzzbawls committed Apr 5, 2024
2 parents a19b8b2 + 98b78ff commit 0c8c3f4
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 0c8c3f4

Please sign in to comment.