* 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
11 lines
79 B
Plaintext
11 lines
79 B
Plaintext
.stack-work/
|
|
*~
|
|
*.hi
|
|
*.o
|
|
*.cabal
|
|
dist
|
|
dist-*
|
|
cabal-dev
|
|
.ghc.environment.*
|
|
tags
|