mirror of
https://github.com/less/less.js.git
synced 2026-01-23 22:27:57 -05:00
25 lines
217 B
Plaintext
25 lines
217 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/*.css
|
|
|
|
# grunt
|
|
.grunt
|
|
|
|
# gradle
|
|
.gradle
|
|
out
|