-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path.gitignore
51 lines (39 loc) · 805 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
# testing package
/country-flag-icons-*.tgz
# test coverage folder
/coverage/
/.nyc_output/
# npm modules
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
/node_modules/
# npm errors
npm-debug.log
# github pages
/gh-pages/
# for OS X users
.DS_Store
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
/.idea/
# webpack build target folder
/commonjs/
/modules/
# generated CSS files
/3x2/flags.css
/1x1/flags.css
# generated 1x1 flags
/1x1/*.svg
# Generated React flags
# /react/3x2/[A-Z][A-Z].js
# /react/1x1/[A-Z][A-Z].js
/react/3x2/[A-Z][A-Z]
/react/1x1/[A-Z][A-Z]
# Autogenerated
/string
/source/react/3x2/index.js
/source/react/1x1/index.js
/source/countries.json