Skip to content

Commit

Permalink
chore: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
includeamin committed Nov 1, 2024
1 parent 9775a40 commit e536c5a
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
/target
# Compiled output
/target/

# Cargo files
/Cargo.lock
/Cargo.toml

# Optional files
/.cargo/registry/*
!.cargo/registry/index/*
!.cargo/registry/cache/*

# Backup files
*~
*.rs.bk

# IDE files
.idea/
.vscode/
*.swp
*.swo

# Environment variables
.env

0 comments on commit e536c5a

Please sign in to comment.