diff --git a/.gitignore b/.gitignore index 43a5420..67796cc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ .DS_Store # Avoid compiled filed except vendor folder -js/**/* +js/**/*.js !js/vendor/*.js \ No newline at end of file diff --git a/README.md b/README.md index 9b677f2..563f912 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,4 @@ Visit official website to know more about it: http://croque-monsieur.adriencadet.com/ -You want to point out an issue? Let me know on Github's tracker. - -##Changelog## - -###0.4### - -Updates documentation. Adds config file to make updating easier. Adds CroqueTrigger system. Updates ImgLazyLoad. Adds ExceptionHandler - -###0.3### - -Updates dependencies management. Adds missing comments. Improves default Log - -###0.2### - -Adds interface. Updates dependencies management using graphs. - -###0.1### - -First release. Inits beta version. - +You want to point out an issue? Let me know on Github's tracker. \ No newline at end of file