citra-web/.gitignore
Weiyi Wang 2ff764f331 PR #45 rebased (#46)
* Initial checkin of refactoring gulp / scss

* Updated gitignore.

* Removing build directory.

* Updated package.json, removed downloads script.

* Removed assets_backup. Added back travis. Added back github pages dependency. Changed assets to src.

* Updated javascript rendering.

* Removing citra-theme button overrides in favor of scss.

* Refactored hyperlinks underline color

* Replacing manual string concat with backtick.
2017-08-30 02:16:03 +00:00

26 lines
431 B
Plaintext

node_modules/
# Binaries
site/hugo
site/hugo.exe
# Hugo generated static website files.
build/
public/
site/public/
.publish/
# Dynamic content imported on deploy.
site/content/wiki/
site/content/game/
site/static/images/game/icons
site/static/images/game/boxart
!site/static/images/game/boxart/default.png
site/static/images/screenshots0/
site/static/savefiles/
site/data/twitter.json
# Filesystem stuff.
.directory
.DS_Store