Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added .gitignore for PureScript #1606

Merged
merged 1 commit into from
Feb 2, 2017
Merged

Conversation

svisser
Copy link
Contributor

@svisser svisser commented Aug 2, 2015

PureScript: http://purescript.org (this language is already part of https://github.com/github/linguist).

This .gitignore ignores dependencies installed using npm or bower as well as psci's generated files and the JavaScript that's generated from the PureScript code (output directory).

This also matches the default bower.json settings for a PureScript project:

"ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "output"
  ],

@shiftkey
Copy link
Member

shiftkey commented Feb 2, 2017

@svisser thanks!

@shiftkey shiftkey merged commit c357392 into github:master Feb 2, 2017
@svisser svisser deleted the purescript branch February 2, 2017 10:22
u9E9F pushed a commit to u9E9F/gitignore that referenced this pull request Jul 8, 2017
Added .gitignore for PureScript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants