diff --git a/.gitignore b/.gitignore index 6286b5e4..a5ae3102 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,10 @@ server/public/bundle.js node_modules/ babel_cache/ .DS_Store -\#.*\# -.\#.* \ No newline at end of file +\#*\# +.\#* +*.log +*~ +*.swp +*.swo + \ No newline at end of file