Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

many things #1

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions .dirtygit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,24 @@ scandirs:
# this will have env vars expanded
include:
- $HOME/apps
- $HOME/c*

# a list of specific directories to exclude from the scan
# this will have env vars expanded
# a list of specific directories to exclude from the scan this will have env
# vars expanded
#
# when path does not start with '/' the baseName of the directory will be
# compared.
exclude:
- $GOPATH/pkg
- .terraform

# which files to ignore inside a git repo
# any .gitignore file in your repo will be adhered to, the config
# below allows your repo to consider files to be added but
# ignored by dirtygit
# which files to ignore inside a git repo any .gitignore file in your repo
# will be adhered to, the config below allows your repo to consider files
# to be added but ignored by dirtygit
gitignore:

fileglob:
- .terraform.lock.hcl
- go.sum
- log
- "*.orig"
Expand All @@ -30,7 +35,10 @@ gitignore:
- vendor
- new
- old
- .terraform

# if true, walking the directory tree underneath the `include` directories
# will traverse directories pointed to be symlinks
followsymlinks: true

edit_command: code %WORKING_DIRECTORY
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

%WORKING_DIRECTORY is a bit of a hack, maybe use text/template?

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dirtygit.app
dirtygit
dirtygit.exe
.vscode
.vscode
13 changes: 0 additions & 13 deletions .go-make/make/.editorconfig

This file was deleted.

4 changes: 0 additions & 4 deletions .go-make/make/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions .go-make/make/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions .go-make/make/LICENSE

This file was deleted.

166 changes: 0 additions & 166 deletions .go-make/make/README.md

This file was deleted.

82 changes: 0 additions & 82 deletions .go-make/make/batteries.mk

This file was deleted.

2 changes: 0 additions & 2 deletions .go-make/make/cmd/go-make/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions .go-make/make/cmd/go-make/Makefile

This file was deleted.

Loading