Skip to content

Commit a8c582d

Browse files
committed
Add .gitignore to root
1 parent d14b34d commit a8c582d

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)