"Fossies" - the Fresh Open Source Software Archive 
Source code changes of the file ".gitignore" between
less.js-4.1.2.tar.gz and less.js-4.1.3.tar.gz
About: Less.js (Leaner CSS) is a CSS preprocessor (extension language) adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.
.gitignore (less.js-4.1.2) | : | .gitignore (less.js-4.1.3) |
# OS and IDE | | # OS and IDE |
.emacs* | | .emacs* |
*.flymake | | *.flymake |
*~ | | *~ |
.#* | | .#* |
.idea | | .idea |
*.iml | | *.iml |
*.sublime-* | | *.sublime-* |
|
| | .DS_Store |
| | |
# npm | | # npm |
node_modules | | node_modules |
!package-lock.json | | !package-lock.json |
npm-debug.log | | npm-debug.log |
| | | |
End of changes. 1 change blocks. |
0 lines changed or deleted | | 1 lines changed or added |