Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ragul28 committed Feb 28, 2021
1 parent 9441e96 commit 4b136cf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Ignore all
*

# Unignore all with extensions
!*.*

# Unignore all dirs
!*/

# Ignore `bin` dir
bin/
*/bin/*
tmp/
dist/
vault_data/
svault/
.vscode/

# Unignore files
!Dockerfile
!Makefile
!LICENSE

# Ignore files
checklist.md
Links.MD

0 comments on commit 4b136cf

Please sign in to comment.