diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25f7ae5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,79 @@ +# Code editor files +.idea/ + +# CVS and SVN directories +CVS +.svn + +# Useless Windows Files +Thumbs.db +desktop.ini +ehthumbs.db +Desktop.ini +$RECYCLE.BIN/ +*.cab +*.msi +*.exe +*.msm +*.msp +._* +*~ +*.bak + +# Images +*.png +*.gif +*.jpg +*.bmp +*.svg + + + + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk +23.235.47.133 + + +# WordPress and Directories files +/blogs.dir +/old* +advanced-cache.php +wp-cache-config.php +sitemap.xml +sitemap.backup.xml +.log +/cache +/uploads +/upgrade +/backup-db +/crayon-syntax-highlighter +/wp-content/plugins/crayon-syntax-highlighter +/images +/img diff --git a/debugging_jquery.html b/debugging_jquery.html index bd2a95c..355fef1 100644 --- a/debugging_jquery.html +++ b/debugging_jquery.html @@ -2,31 +2,40 @@ jQuery - +