Files
less.js/.gitignore
shaun 7f8026284a Remove BOM in imports.
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).
2015-01-13 20:32:47 -08:00

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