-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy path.gitignore
57 lines (41 loc) · 834 Bytes
/
.gitignore
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
47
48
49
50
51
52
53
54
55
56
57
# Common files except under Common
/*/source/docs/common-*
!/common/source/docs/common-*
# Common CSS except under Common
/*/source/_static/common_*
!/common/source/_static/common_*
# Any build directory
*/build/*
# Logs
*.log
# Build outputs
*.html
*.pyc
# static html pages
!/frontend/*.html
!/frontend/includes/*.html
# Vagrant
/.vagrant
# VSCode
/.vscode
/.idea
/.venv
# Vim swap files
*.swp
# Parameters files
/*/source/docs/parameters*.rst
/dev/source/docs/AP_Periph-Parameters.rst
# Log messages files
/*/source/docs/logmessages.rst
# Binary features files
/*/source/docs/binary-features.rst
features.json.gz
build_options.py
# Javascript files
/*/source/_static/useralerts.js
# Website
/frontend/blog_posts.json
/frontend/news_posts.json
/frontend/source/_static/common_theme_override.css
# Mac file
.DS_Store