diff options
| author | LLLL Colonq <llll@colonq> | 2023-11-16 19:06:43 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2023-11-16 19:06:43 -0500 |
| commit | dcef0b65069fb38fd0f6c4382353167f603ebff1 (patch) | |
| tree | 45954ffe308c3dd056e6af4f734e6d2af89e5856 /deps/discord-haskell/.gitignore | |
Initial commit
Diffstat (limited to 'deps/discord-haskell/.gitignore')
| -rw-r--r-- | deps/discord-haskell/.gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deps/discord-haskell/.gitignore b/deps/discord-haskell/.gitignore new file mode 100644 index 0000000..90daa99 --- /dev/null +++ b/deps/discord-haskell/.gitignore @@ -0,0 +1,21 @@ +# As a library I won't commit the lock file +stack.yaml.lock + +.cabal-sandbox/* +.stack-work +.stack/* +**/.stack/* +**/.stack-work/* +cabal.sandbox.config +shell.nix +_cache +_site +*.hi +*.o + +cachedState +the-log-of-discord-haskell.txt +examples/*.secret +upload-haddock.sh +dist* + |
