mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Added shebash line and fix some issues
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,14 +1,14 @@
|
||||
# custom files
|
||||
/custom/*
|
||||
!/custom/gitkeep
|
||||
!/custom/plugins/example
|
||||
!/custom/example.sh
|
||||
#/custom/
|
||||
#!/custom/plugins/example/
|
||||
#!/custom/example.sh
|
||||
|
||||
# temp files directories
|
||||
/cache/*
|
||||
/log/*
|
||||
!/cache/.gitkeep
|
||||
!/log/.gitkeep
|
||||
#/cache/
|
||||
#/log/
|
||||
#!/cache/.gitkeep
|
||||
#!/log/.gitkeep
|
||||
|
||||
# disabled files
|
||||
*.disabled
|
||||
.idea/
|
||||
|
Reference in New Issue
Block a user