mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-12-01 16:32:14 +03:00
c377835763
* Create maintenance command * Read filepath and filename zsh:1: command not found: q * Addd config and test * Addd config and test * Add tests and imports * Add test for writing maintenance file Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com> * Expand writeMaintenancFile function Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com> * Add functionality for command enable Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com> * Add delete function * Add filename and directory from configPath zsh:1: command not found: wq * Remove unused file * Change variable name * Remove Utils from cabal file * Remove environment file * Change pattern * Add suggested formatting and comments * Add more suggestions and option to run stack * Update README with new variables * Update README with changes Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
25 lines
246 B
Plaintext
25 lines
246 B
Plaintext
dist
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
*.dyn_o
|
|
*.dyn_hi
|
|
.cabal-sandbox/
|
|
.hpc
|
|
.hsenv
|
|
.tool-versions
|
|
cabal.project.freeze
|
|
cabal.project.local
|
|
cabal.sandbox.config
|
|
*.prof
|
|
*.aux
|
|
*.hp
|
|
.stack-work/
|
|
dist-newstyle
|
|
result
|
|
nix/
|
|
shell.nix
|
|
.ghc.environment.*
|