forked from GeopJr/SveltePress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
46 lines (39 loc) · 1.28 KB
/
.gitattributes
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
38
39
40
41
42
43
44
45
46
# SveltePress is a Svelte project
# The following extensions do not
# represent code related directly
# to it so they are getting igno-
# red from the language stats.
# gui/**/*.cc linguist-vendored
# gui/**/*.h linguist-vendored
# gui/**/*.cpp linguist-vendored
# gui/**/*.xml linguist-vendored
# gui/**/*.glade linguist-vendored
# gui/**/*.xcworkspacedata linguist-vendored
# gui/**/*.entitlements linguist-vendored
# gui/**/*.xib linguist-vendored
# gui/**/*.xcscheme linguist-vendored
# gui/**/*.storyboard linguist-vendored
# gui/**/*.xcsettings linguist-vendored
# gui/**/*.manifest linguist-vendored
# gui/**/*.xbs linguist-vendored
# gui/**/*.js linguist-vendored
# gui/**/CMakeLists.txt linguist-vendored
# gui/**/*.cmake linguist-vendored
# gui/*/test/* linguist-vendored
# gui/*/tests/* linguist-vendored
# # Don't js in ignore top-lever or
# # in src/
# gui/*/*.js -linguist-vendored
# gui/*/src/*.js -linguist-vendored
# Change of plans: don't count
# gui at all except sample fi-
# es to show that it uses that
# language too
gui/** linguist-vendored
gui/**/lib/*.dart -linguist-vendored
src/**/*.html linguist-vendored
src/**/*.css linguist-vendored
# src/**/*.scss linguist-vendored
pandoc/** linguist-vendored
create-sveltepress-app/** linguist-vendored
scripts/* linguist-vendored