Skip to content

Commit a67f3ff

Browse files
add .env to .gitignore
1 parent 35614f8 commit a67f3ff

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ ENV/
2424
Thumbs.db
2525

2626
# Project specific
27+
.env
2728
wallet_*.json
2829
*.log

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,4 +611,13 @@ MIT License - See LICENSE file for details
611611

612612
---
613613

614+
## Alias
615+
616+
```bash
617+
function gl { git log --format="%C(green)%ad%C(reset) %C(yellow)%h%C(reset)%C(auto)%d%C(reset) %s" --date=format:"%Y-%m-%d_%H:%M:%S" -n ${1:-10}; }
618+
alias gs='git status'
619+
```
620+
621+
---
622+
614623
**Happy building with Arkiv! 🚀**

0 commit comments

Comments
 (0)