forked from ato-pub/usi.cl.java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitignore.json
More file actions
20 lines (20 loc) · 780 Bytes
/
Copy pathgitignore.json
File metadata and controls
20 lines (20 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"sources": [{
"uri": "https://raw.githubusercontent.com/github/gitignore/master/$FILE.gitignore",
"desc": "STANDARD .gitignore files from github. For C, .cmd files are excluded - use .bat if checkin is required",
"files": [
"Global/macOS", "Global/Windows", "Global/Linux",
"Global/JetBrains", "Global/Eclipse", "Global/VisualStudioCode", "Global/Xcode",
"D", "C", "C++", "CMake", "Node",
"VisualStudio",
"Android", "Objective-C", "Swift"
]
}, {
"uri": "file://./$FILE.gitignore",
"desc": ".gitignore customizations for the project",
"files": [
"local"
]
}
]
}