Commit 745fe6d74c14e9289edb070ee721644c565e1b4f
0 parents
add gitignore
Showing
1 changed file
with
22 additions
and
0 deletions
.gitignore
0 → 100644
1 | +++ a/.gitignore | ||
1 | +# Default ignored files | ||
2 | +/shelf/ | ||
3 | +.idea | ||
4 | +# Datasource local storage ignored files | ||
5 | +/dataSources/ | ||
6 | +/dataSources.local.xml | ||
7 | +# Editor-based HTTP Client requests | ||
8 | +/httpRequests/ | ||
9 | +# Windows | ||
10 | +[Dd]esktop.ini | ||
11 | +Thumbs.db | ||
12 | +$RECYCLE.BIN/ | ||
13 | + | ||
14 | +# macOS | ||
15 | +.DS_Store | ||
16 | +.fseventsd | ||
17 | +.Spotlight-V100 | ||
18 | +.TemporaryItems | ||
19 | +.Trashes | ||
20 | + | ||
21 | +# Node.js | ||
22 | +node_modules/ | ||
0 | \ No newline at end of file | 23 | \ No newline at end of file |