mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
26 lines
242 B
Plaintext
26 lines
242 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
|
|
|
|
# grunt
|
|
.grunt
|
|
|
|
# gradle
|
|
.gradle
|
|
out
|