Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0dffb03c
Commit
0dffb03c
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add gitignore and editorconfig
parent
eec86051
1 merge request
!9653
BS3: Restore examples back to main repo
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.editorconfig
+14
-0
.editorconfig
.gitignore
+42
-0
.gitignore
with
56 additions
and
0 deletions
+56
-0
.editorconfig
0 → 100644
+
14
-
0
View file @
0dffb03c
# 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
This diff is collapsed.
Click to expand it.
.gitignore
0 → 100644
+
42
-
0
View file @
0dffb03c
# 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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets