Skip to content

Commit

Permalink
misc(repo): add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
syaghoubi00 committed Dec 2, 2024
1 parent 0ef453f commit f5a2ca7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
**
!.bashrc
!.bashrc.d/
!.bashrc.d/**
!.shellrc.d/
!.shellrc.d/**
!bin/
!bin/**
!.config/
!.config/**
!.gitignore
!.gitmodules
2 changes: 2 additions & 0 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sway-autotiling.py
complete_alias.sh

0 comments on commit f5a2ca7

Please sign in to comment.