Project: Mall App
Client: Maiora
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Specifies intentionally untracked files to ignore when using Git
- # http://git-scm.com/docs/gitignore
-
- *~
- *.sw[mnpcod]
- *.log
- *.tmp
- *.tmp.*
- log.txt
- *.sublime-project
- *.sublime-workspace
- .vscode/
- npm-debug.log*
-
- .idea/
- .ionic/
- .sourcemaps/
- .sass-cache/
- .tmp/
- .versions/
- coverage/
- www/
- node_modules/
- tmp/
- temp/
- platforms/
- plugins/
- plugins/android.json
- plugins/ios.json
- $RECYCLE.BIN/
-
- .DS_Store
- Thumbs.db
- UserInterfaceState.xcuserstate
|