aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-23 20:33:37 -0700
committerMark Otto <[email protected]>2013-06-23 20:33:37 -0700
commit0dffb03c0b235625fc00b8914ea4ad4a961c33c0 (patch)
treec930c23e63f6c6749a7006a2ac25f9b44e2964be
parenteec86051a47e32960b9f317cf8e6f4790e5d52f3 (diff)
downloadbootstrap-0dffb03c0b235625fc00b8914ea4ad4a961c33c0.tar.xz
bootstrap-0dffb03c0b235625fc00b8914ea4ad4a961c33c0.zip
add gitignore and editorconfig
-rw-r--r--.editorconfig14
-rw-r--r--.gitignore42
2 files changed, 56 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..ad9d6beae
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+# editorconfig.org
+
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[Makefile]
+indent_style = tab
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..218ceb9f3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,42 @@
+# Ignore compiled docs
+_gh_pages
+_site
+
+# Numerous always-ignore extensions
+*.diff
+*.err
+*.orig
+*.log
+*.rej
+*.swo
+*.swp
+*.zip
+*.vi
+*~
+*.sass-cache
+*.ruby-version
+
+# OS or Editor folders
+.DS_Store
+._*
+Thumbs.db
+.cache
+.project
+.settings
+.tmproj
+*.esproj
+nbproject
+*.sublime-project
+*.sublime-workspace
+
+# Komodo
+*.komodoproject
+.komodotools
+
+# Folders to ignore
+.hg
+.svn
+.CVS
+.idea
+node_modules
+dist