mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
* Re-organize common folder * fix: Correct paths in tests * fix: move new content to proper folder * chore: Move audio folder to assets * Move sprites to sprites assets directory * Move css sprites to assets directory * Split out readmes for common code and sprites * Move images to assets directory * Move destinatin of shared browserified file * remove unused file * move compiled js to client-old * Fix karma tests * fix: Correct paths for sprites
27 lines
540 B
Text
27 lines
540 B
Text
# Compiled and vendored files
|
|
common/dist/
|
|
common/transpiled-babel/
|
|
coverage/
|
|
database_reports/
|
|
website/build/
|
|
website/transpiled-babel/
|
|
|
|
migrations/*
|
|
|
|
# The files in website/client-old/js should be moved out and browserified
|
|
website/client-old/
|
|
|
|
# Temporarilly disabled. These should be removed when the linting errors are fixed
|
|
website/common/script/content/index.js
|
|
website/common/browserify.js
|
|
|
|
debug-scripts/*
|
|
scripts/*
|
|
tasks/*.js
|
|
gulpfile.js
|
|
Gruntfile.js
|
|
newrelic.js
|
|
|
|
test/content/**/*
|
|
test/server_side/**/*
|
|
test/client-old/spec/**/*
|