]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add gitignore and editorconfig
authorMark Otto <otto@github.com>
Mon, 24 Jun 2013 03:33:37 +0000 (20:33 -0700)
committerMark Otto <otto@github.com>
Mon, 24 Jun 2013 03:33:37 +0000 (20:33 -0700)
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..ad9d6be
--- /dev/null
@@ -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 (file)
index 0000000..218ceb9
--- /dev/null
@@ -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