]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clean up meta.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 13 Jan 2019 16:43:15 +0000 (18:43 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 23 Jan 2019 18:49:43 +0000 (20:49 +0200)
.editorconfig
.gitattributes
.gitignore

index 0b008c95741b5c306e2da244950b920ebc93961e..f29d257cc5900307721f6f411f02fff3e2656c16 100644 (file)
@@ -3,13 +3,9 @@
 root = true
 
 [*]
-indent_style = space
-indent_size = 2
-end_of_line = lf
 charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-[*.py]
+end_of_line = lf
+indent_size = 2
 indent_style = space
-indent_size = 4
+insert_final_newline = true
+trim_trailing_whitespace = true
index 0c6b2fea5f3b6b0d9949bd504e8ba9824f412b7d..5e18facb40901382e0b2c99f864d270d378a8378 100644 (file)
@@ -3,6 +3,9 @@
 *.html  text eol=lf
 *.js    text eol=lf
 *.json  text eol=lf
-*.less  text eol=lf
+*.map   text eol=lf
 *.md    text eol=lf
+*.svg   text eol=lf
+*.txt   text eol=lf
+*.xml   text eol=lf
 *.yml   text eol=lf
index 465cdb4633be9014033fb3ad5bb1d38065049168..b4014faf3989138903d0d58f397d33452c90fc8c 100644 (file)
@@ -1,42 +1,42 @@
 # Ignore docs files
-_gh_pages
-_site
-.ruby-version
+/_gh_pages/
+/site/docs/**/dist/
+
+# Ignore ruby/bundler files
+/.bundle/
+/vendor/
+/.ruby-version
 
 # Numerous always-ignore extensions
 *.diff
 *.err
-*.orig
 *.log
+*.orig
 *.rej
 *.swo
 *.swp
-*.zip
 *.vi
+*.zip
 *~
 
 # OS or Editor folders
-.DS_Store
 ._*
-Thumbs.db
 .cache
+.DS_Store
+.idea
 .project
 .settings
 .tmproj
 *.esproj
-nbproject
 *.sublime-project
 *.sublime-workspace
-.idea
+nbproject
+Thumbs.db
 
 # Komodo
-*.komodoproject
 .komodotools
-
-# grunt-html-validation
-validation-status.json
-validation-report.json
+*.komodoproject
 
 # Folders to ignore
-node_modules
-bower_components
+/js/coverage/
+/node_modules/