mirror of
https://github.com/less/less.js.git
synced 2026-01-22 13:48:03 -05:00
Modified tests to run against a copy of the test files with BOMs inserted into each .less and .css file (the copies are generated automatically if the /test/less-bom folder doesn't exist or is empty).
27 lines
256 B
Plaintext
27 lines
256 B
Plaintext
# OS and IDE
|
|
.emacs*
|
|
*.flymake
|
|
*~
|
|
.#*
|
|
.idea
|
|
*.sublime-*
|
|
|
|
# npm
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# project-specific
|
|
tmp
|
|
test/browser/less.js
|
|
test/sourcemaps/**/*.map
|
|
test/sourcemaps/*.map
|
|
test/sourcemaps/*.css
|
|
test/less-bom
|
|
|
|
# grunt
|
|
.grunt
|
|
|
|
# gradle
|
|
.gradle
|
|
out
|