Created by: senk
- Fix READMEs introducing wrong gitignore entries
- Change .gitignore files to include correct relative paths
Activity
Using absolute paths for these was not a mistake. In big projects, it could happen for some third party
lib
folder to be used deeper than the root level. Using relative paths would break this by ignoring everylib
folder, which is not what we want (unlikenode_modules
, which we always want to ignore).
Please register or sign in to reply