Portfolio/.gitignore
tombdf cdaf2c4157
feat!: convert portfolio to Haskell web application
* Migrate from static HTML/JS to Haskell/Scotty web application
* Add server-side routing and API endpoints
* Implement language switching and command processing
* Set up project structure with stack
* Move static assets to dedicated directory
* Add type definitions and template rendering
2025-02-25 22:02:55 +01:00

11 lines
79 B
Plaintext

.stack-work/
*~
*.hi
*.o
*.cabal
dist
dist-*
cabal-dev
.ghc.environment.*
tags