-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codacy.yml
More file actions
37 lines (37 loc) · 777 Bytes
/
.codacy.yml
File metadata and controls
37 lines (37 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
exclude_paths:
- "www/js/moment/**"
- "lib*/**"
- "**/*README.md"
- "www/thirdPartyLibrary/**/*"
- "www/js/handsontable-6.2.2/**/*"
- ".phpunit.result.cache"
- "backup/**/*"
- "*[\.-]min\.css"
- "*[\.-]min\.js"
- "**/*node_modules/.*"
- "*bower_components/.*"
- "*vendor/.*"
- "*third[_-]?[Pp]arty/.*"
- "*samples?/.*"
- "*releases?/.*"
- "*builds?/.*"
- "*dist/.*"
- "*external/.*"
- "*libs/.*"
- "*d3\.js"
- "*angular(-resource|)?\.js"
- "*select2(-resource|)?\.js"
- "*-ace\.js"
- "*typeahead\.js"
- "*jquery-ui\.js"
- "*reveal\.js"
- "*three\.js"
- "*chart\.js"
- "*jquery\.js"
- "*underscore\.js"
- "*lodash\.js"
- "*bootstrap\.js"
- "*bootstrap\.css"
- "*font-awesome\.css"
- "*\.[Dd]esigner\.cs"