OwOpointTracker/.gitignore

39 lines
426 B
Text
Raw Normal View History

2024-08-13 01:35:31 +02:00
# ---> Haskell
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
2024-08-13 20:48:23 +02:00
# ---> Yesod
*.sqlite3
2024-08-22 02:02:29 +02:00
*.sqlite3-shm
*.sqlite3-wal
static/tmp/
2024-10-08 14:17:49 +02:00
# ---> Editor
tags