psfp/.gitignore

44 lines
697 B
Plaintext
Raw Permalink Normal View History

2020-01-20 23:56:40 +03:00
.history/
2019-10-26 00:37:29 +03:00
client/bower_components/
client/node_modules/
client/.pulp-cache/
client/output/
client/generated-docs/
client/.psc-package/
client/.psc*
client/.purs*
client/.psa*
client/.spago
server/bower_components/
server/node_modules/
server/.pulp-cache/
server/output/
server/generated-docs/
server/.psc-package/
server/.psc*
server/.purs*
server/.psa*
server/.spago
playground/bower_components/
playground/node_modules/
playground/.pulp-cache/
playground/output/
playground/generated-docs/
playground/.psc-package/
playground/.psc*
playground/.purs*
playground/.psa*
playground/.spago
2019-10-26 01:51:32 +03:00
playground/src/Main.purs
2020-01-26 11:39:17 +03:00
2020-02-15 18:23:54 +03:00
blog/output
2020-05-03 14:38:52 +03:00
blog/.psc-ide-port
2020-02-15 18:23:54 +03:00
2020-01-21 00:31:19 +03:00
playgrounds/**
!playgrounds/.gitkeep
2020-01-26 11:39:17 +03:00
.DS_Store