Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- # Specifies intentionally untracked files to ignore when using Git
- # http://git-scm.com/docs/gitignore
-
- *~
- *.sw[mnpcod]
- .tmp
- *.tmp
- *.tmp.*
- *.sublime-project
- *.sublime-workspace
- .DS_Store
- Thumbs.db
- UserInterfaceState.xcuserstate
- $RECYCLE.BIN/
-
- *.log
- log.txt
- npm-debug.log*
-
- /.idea
- /.ionic
- /.sass-cache
- /.sourcemaps
- /.versions
- /.vscode
- /coverage
- /dist
- /node_modules
- /platforms
- /plugins
- /www
-
-
- # Remove this if you change code in capacitor and want to include native
- /.gradle
- /android
|