Remove some less-helpful default exclusions like yaml and conf
This commit is contained in:

committed by
Geoff Seemueller

parent
f5c6f65955
commit
534a6ade27
@@ -22,10 +22,10 @@ const filetypeExclusions = [
|
||||
'.lockb',
|
||||
|
||||
// Config files
|
||||
'.yaml',
|
||||
'.yml',
|
||||
'.toml',
|
||||
'.conf',
|
||||
// '.yaml',
|
||||
// '.yml',
|
||||
// '.toml',
|
||||
// '.conf',
|
||||
|
||||
// Binary and compiled
|
||||
'.exe',
|
||||
|
@@ -1 +1,46 @@
|
||||
A BUNCH OF SHIT
|
||||
/* This file is a sample used for testing exclusions */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Arial, sans-serif;
|
||||
background-color: #f4f4f4;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
color: #333;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #555;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #007bff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: #007bff;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 10px 15px;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
Reference in New Issue
Block a user