We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14b34d commit a8c582dCopy full SHA for a8c582d
.gitignore
@@ -0,0 +1,42 @@
1
+# Specifies intentionally untracked files to ignore when using Git
2
+# http://git-scm.com/docs/gitignore
3
+
4
+*~
5
+*.sw[mnpcod]
6
+*.log
7
+*.tmp
8
+*.tmp.*
9
+log.txt
10
+*.sublime-project
11
+*.sublime-workspace
12
+.vscode/
13
+npm-debug.log*
14
15
+.idea/
16
+.ionic/
17
+.sourcemaps/
18
+.sass-cache/
19
+.tmp/
20
+.versions/
21
+coverage/
22
+www/
23
+node_modules/
24
+tmp/
25
+temp/
26
+platforms/
27
+plugins/
28
+plugins/android.json
29
+plugins/ios.json
30
+$RECYCLE.BIN/
31
+postgres_dev/
32
+logfile
33
34
+.DS_Store
35
+Thumbs.db
36
+UserInterfaceState.xcuserstate
37
+node_modules
38
+venv/
39
+# Elastic Beanstalk Files
40
+.elasticbeanstalk/*
41
+!.elasticbeanstalk/*.cfg.yml
42
+!.elasticbeanstalk/*.global.yml
0 commit comments