-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
44 lines (37 loc) · 1.46 KB
/
.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
# See http://help.github.com/ignore-files/ for more about ignoring files.
# Compiled output
/WxPackageCompatibilityAnalyzer-UI/tmp
/WxPackageCompatibilityAnalyzer-UI/out-tsc
/WxPackageCompatibilityAnalyzer-UI/bazel-out
# Node
/WxPackageCompatibilityAnalyzer-UI/npm-debug.log
/WxPackageCompatibilityAnalyzer-UI/yarn-error.log
# IDEs and editors
/WxPackageCompatibilityAnalyzer-UI/.idea/
/WxPackageCompatibilityAnalyzer-UI/.project
/WxPackageCompatibilityAnalyzer-UI/.classpath
/WxPackageCompatibilityAnalyzer-UI/.c9/
/WxPackageCompatibilityAnalyzer-UI/*.launch
/WxPackageCompatibilityAnalyzer-UI/.settings/
/WxPackageCompatibilityAnalyzer-UI/*.sublime-workspace
# Visual Studio Code
/WxPackageCompatibilityAnalyzer-UI/.vscode/*
/WxPackageCompatibilityAnalyzer-UI/!.vscode/settings.json
/WxPackageCompatibilityAnalyzer-UI/!.vscode/tasks.json
/WxPackageCompatibilityAnalyzer-UI/!.vscode/launch.json
/WxPackageCompatibilityAnalyzer-UI/!.vscode/extensions.json
/WxPackageCompatibilityAnalyzer-UI/.history/*
# Miscellaneous
/WxPackageCompatibilityAnalyzer-UI/.angular/cache
/WxPackageCompatibilityAnalyzer-UI/.sass-cache/
/WxPackageCompatibilityAnalyzer-UI/connect.lock
/WxPackageCompatibilityAnalyzer-UI/coverage
/WxPackageCompatibilityAnalyzer-UI/libpeerconnection.log
/WxPackageCompatibilityAnalyzer-UI/testem.log
/WxPackageCompatibilityAnalyzer-UI/typings
/WxPackageCompatibilityAnalyzer-UI/node_modules/
# System files
.DS_Store
Thumbs.db
*.*.bak
/WxPackageCompatibilityAnalyzer/*.*.bak