Commit d5c69af
authored
These are generally all pretty standard stuff, though I had not realized
`__pycache__` was a thing that Python generates as it turns out my IDE
magically hides it from me.
I've included the tool caches even though they actually include a
`.gitignore` with a wildcard since that doesn't stop `prettier` from
checking the directories and I think it's nicer to be consistent between
the two files. I've also included `node_modules` and `vendor` since
they're traditional and are usually very big so I think it's nice having
them as a just-in-case
1 parent c1f5acb commit d5c69af
2 files changed
Lines changed: 16 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
| 9 | + | |
| 10 | + | |
0 commit comments