forked from usnistgov/oscal-cat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (63 loc) · 980 Bytes
/
Copy path.gitignore
File metadata and controls
68 lines (63 loc) · 980 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
# Working, caching, and resource management dynamically created files
*.log
*.sass-cache
*.swp
*.swo
*.sw[mnpcod]
*.tmp
*.tmp.*
npm-debug.log*
# The Ionic/Angular-Specific Directories
# that host files not authored during development:
node_modules
platforms
electron
coverage
plugins
hooks
dist
temp
tmp
www
# ... and their content
node_modules/
platforms/
electron/
coverage/
plugins/
hooks/
dist/
temp/
tmp/
www/
plugins/android.json
plugins/ios.json
# Tool-created project management and organization files:
*.sublime-project
*.sublime-workspace
*.fslckout
*.vscode
*.xcode
*.metal
*.idea
.sourcemaps/
.versions/
.firebase/
.vscode/
.xcode/
.metal/
.idea/
# The rest of the possible "sneaky" files
**/bower_components or sometimes it is lib/**
.angular/
.DS_Store
.vscode/
.DS_Store
*.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
*.xcuserstate
*.xc
$RECYCLE.BIN/