about summary refs log tree commit diff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-03-09 Prefer hugo for blog.wpcarro.devWilliam Carroll1-0/+1
Instead of creating my own static website generator, I'm trying Hugo. Huge is a newer alternative to Jekyll. So far, I like what I see. - Ignoring /blog/public since this is where `huge -D` generates the static assets. - Using a TailwindCSS theme. - Creating a dumby post about Emacs to test deployments. - Deleting all Common Lisp and Nix code that powered my previous, half-baked blog.
2020-03-07 Ignore fish/{config.fish,fish_variables}William Carroll1-0/+2
- config.fish: home-manager generates this file for me. - fish_variables: fish generates this file.
2020-02-11 Attempt to support TypeScript for coding challengesWilliam Carroll1-0/+1
I was a bit weaker than I expected to be in my most recent interview using TypeScript. To improve, I think I'd like to attempt solving some of the InterviewCake.com questions using TypeScript. If you've read the previous commits, the inspiration for `run` arose because I need to call `npx ts-code <file>`, which is easy enough to remember, but I'd still rather just call `run <file>`.
2020-02-10 Ignore kv.jsonWilliam Carroll1-0/+1
I'm writing sensitive data here, so I'd like to ignore it instead of encrypting it and publishing it. Perhaps later on, I can extend the key-value store to handle encryption and decryption but that feels like overkill for now.
2020-02-07 Support serde for Monzo and YNAB transaction structsWilliam Carroll1-1/+3
Define transaction structs for both Monzo and YNAB. Each package has a `main` function that runs some shallow but preliminary round-trip tests for the serializers and decoders. The fixtures.json file that each of them is referencing has been ignored in case either contains confidential data of which I'm unaware.
2020-01-29 Splice ./universe directory into ./William Carroll1-1/+8
Manually merging: - README.md: I added the description from universe/README.md into the heading of dotfiles/README.md. - .envrc: dotfiles/.envrc was a superset of universe/.envrc - .gitignore: Adding some of the ignored patterns from universe/.gitignore to dotfiles/.gitignore Everything else here should be a simple rename.
2020-01-18 Ignore transient/history.elWilliam Carroll1-0/+1
I find that this file makes too much noise for me to care to track it.
2020-01-17 Ignore __pycache__ directoryWilliam Carroll1-0/+1
I don't believe I'll be needing this.
2020-01-06 Ignore .gnupg/random_seedWilliam Carroll1-0/+1
I'm not actually sure if this is sensitive information, but I'm erring on the side of caution and ignoring it in case it is. squash! Ignore .gnupg/random_seed
2019-03-18 gitignores .emacs.d/{bookmarks,custom.el,projectile-bookmarks.eld}William Carroll1-3/+3
Using the `git rm -r --cached . && git add .` tip from: http://www.codeblocq.com/2016/01/Untrack-files-already-added-to-git-repository-based-on-gitignore/ I'm able to finally ignore these files. Things should be cleaner moving forward.
2019-03-11 Remove more Emacs noiseWilliam Carroll1-0/+2
Removing more files that clutter my `gst` This time I ran... ```bash git rm -r --cached . ``` ...which is supposed to help ignore files that `git` already tracks. This may be the missing piece I've been looking for.
2019-03-08 Ignore .netrwhistWilliam Carroll1-1/+1
Could have sworn I did this as well. Oh boy...
2019-03-07 Update init.vim to support updated Vundle locationWilliam Carroll1-0/+1
Before I noticed the rtp variable, the Vundle installation was a bit nebulous to me. TODO: Consider dropping support for vanilla altogether.
2019-03-06 Remove noisy filesWilliam Carroll1-10/+12
This repo's history seems to reflect my difficult wrestling with Git, GitHub, gitignore files. I'm still not sure I understand everything that's going on.
2019-01-13 Update gitignoreWilliam Carroll1-10/+10
I believe `emacs.d` was change to `.emacs.d` somewhere along the way. The gitignore needs to be updated, and some spam may have slipped in as well.
2018-07-19 git ignore smex-itemsWilliam Carroll1-0/+1
Noise, noise, noise...
2018-07-19 Lints emacs directoryWilliam Carroll1-0/+1
Ignores a few noisy files. Removes the dependency to a slack secret.
2018-07-19 Ignore projectile bookmarksWilliam Carroll1-0/+1
I don't want these spamming my commits, etc.
2018-04-25 Ignore emacs.d directoriesWilliam Carroll1-0/+7
Ignore dirs in the emacs.d that is being added to this repo. We don't want packages and other bloat in this repo.
2018-01-08 Ignore that config secrets fileWilliam Carroll1-0/+1
2017-01-30 Extends emacs and tmux configsWilliam Carroll1-0/+1
2016-08-15 Trims fat and renames filesWilliam Carroll1-0/+1