/ .gitignore
.gitignore
1 *back 2 3 *lock 4 5 # Profiling 6 *.prof 7 *.prof.html 8 *.hp 9 *.eventlog 10 *.eventlog.html 11 profiling 12 13 # Stack 14 .stack-work 15 dist-newstyle 16 17 # Emacs 18 TAGS 19 *.swp 20 .dir-locals.el 21 22 # UI 23 gui 24 purescript-gargantext 25 gargantext-rfc 26 27 # Docs and Deps 28 doc 29 deps 30 _darcs 31 *.pdf 32 *.sql 33 *.ini 34 !test-data/test_config.ini 35 36 # Runtime 37 38 # Repo 39 repos 40 repo.json* 41 tmp*repo*json 42 data 43 44 devops/docker/js-cache 45 46 cabal.project.local 47 gargantext_profile_out.dot