aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-09 15:45:48 -0500
committerAndrew Lee <alee14498@gmail.com>2019-11-09 15:45:48 -0500
commite92bad1fca8a2b6290af5dc73746f1acc72cfaf0 (patch)
tree216e4b3756ff4cf74c1c3b69c7246447c1b512a7 /.gitignore
parent7e6bb45d42517833be78a058dfd803f90cc7bd19 (diff)
downloadalp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.tar.gz
alp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.tar.bz2
alp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.zip
Porting the website to jekyll....
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore124
1 files changed, 71 insertions, 53 deletions
diff --git a/.gitignore b/.gitignore
index 67b12f5..413101a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,63 +1,81 @@
-# Logs
-logs
-*.log
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-# Runtime data
-pids
-*.pid
-*.seed
-*.pid.lock
-
-# Directory for instrumented libs generated by jscoverage/JSCover
-lib-cov
-
-# Coverage directory used by tools like istanbul
-coverage
-
-# nyc test coverage
-.nyc_output
+### Jekyll ###
+_site
+.sass-cache
+.jekyll-metadata
+Gemfile.lock
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
-.grunt
-# Bower dependency directory (https://bower.io/)
-bower_components
+### Gulp ###
+package.json
+/node_modules/
-# node-waf configuration
-.lock-wscript
-# Compiled binary addons (https://nodejs.org/api/addons.html)
-build/Release
+### Atom ###
+.ftpconfig
+.sftpconfig
-# Dependency directories
-node_modules/
-jspm_packages/
-# TypeScript v1 declaration files
-typings/
+### Compiled Source ###
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
-# Optional npm cache directory
-.npm
-# Optional eslint cache
-.eslintcache
+### Compressed Packages ###
+*.7z
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.zip
-# Optional REPL history
-.node_repl_history
-# Output of 'npm pack'
-*.tgz
-
-# Yarn Integrity file
-.yarn-integrity
-
-# dotenv environment variables file
-.env
-
-# next.js build output
-.next
-
-config.json
+### Logs and Databases ###
+*.log
+*.sql
+*.sqlite
+
+
+### Linux ###
+*~
+.fuse_hidden*
+.Trash-*
+.nfs*
+
+
+### MacOS ###
+*.DS_Store
+.AppleDouble
+.LSOverride
+Icon
+._*
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+
+### Windows ###
+Thumbs.db
+ehthumbs.db
+ehthumbs_vista.db
+Desktop.ini
+$RECYCLE.BIN/
+*.cab
+*.msi
+*.msm
+*.msp
+*.lnk \ No newline at end of file