mirror of
				https://github.com/Mastermindzh/react-starter-kit.git
				synced 2025-11-04 02:38:47 +01:00 
			
		
		
		
	- Updated to React 18
- Updated for public release - Git was reset for privacy reasons
This commit is contained in:
		
							
								
								
									
										68
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										68
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,68 @@
 | 
			
		||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
 | 
			
		||||
 | 
			
		||||
# Compiled output
 | 
			
		||||
/dist
 | 
			
		||||
/build
 | 
			
		||||
/tmp
 | 
			
		||||
/out-tsc
 | 
			
		||||
# Only exists if Bazel was run
 | 
			
		||||
/bazel-out
 | 
			
		||||
 | 
			
		||||
# Dependencies
 | 
			
		||||
/node_modules
 | 
			
		||||
 | 
			
		||||
# Cordova
 | 
			
		||||
/www
 | 
			
		||||
/plugins
 | 
			
		||||
/platforms
 | 
			
		||||
 | 
			
		||||
# Electron
 | 
			
		||||
/dist-electron
 | 
			
		||||
/dist-packages
 | 
			
		||||
/electron.main.js
 | 
			
		||||
 | 
			
		||||
# IDEs and editors
 | 
			
		||||
.idea/*
 | 
			
		||||
!.idea/runConfigurations/
 | 
			
		||||
!.idea/codeStyleSettings.xml
 | 
			
		||||
.project
 | 
			
		||||
.classpath
 | 
			
		||||
.c9/
 | 
			
		||||
*.launch
 | 
			
		||||
.settings/
 | 
			
		||||
xcuserdata/
 | 
			
		||||
*.sublime-workspace
 | 
			
		||||
 | 
			
		||||
# IDE - VSCode
 | 
			
		||||
.vscode/*
 | 
			
		||||
!.vscode/settings.json
 | 
			
		||||
!.vscode/tasks.json
 | 
			
		||||
!.vscode/launch.json
 | 
			
		||||
!.vscode/extensions.json
 | 
			
		||||
!.vscode/*.code-snippets
 | 
			
		||||
 | 
			
		||||
# Maven
 | 
			
		||||
/target
 | 
			
		||||
/log
 | 
			
		||||
 | 
			
		||||
# Misc
 | 
			
		||||
/.sass-cache
 | 
			
		||||
/connect.lock
 | 
			
		||||
/coverage
 | 
			
		||||
/libpeerconnection.log
 | 
			
		||||
npm-debug.log
 | 
			
		||||
yarn-error.log
 | 
			
		||||
testem.log
 | 
			
		||||
/typings
 | 
			
		||||
/reports
 | 
			
		||||
/src/translations/template.*
 | 
			
		||||
/src/environments/.env.*
 | 
			
		||||
 | 
			
		||||
# System Files
 | 
			
		||||
.DS_Store
 | 
			
		||||
Thumbs.db
 | 
			
		||||
bundle.zip
 | 
			
		||||
 | 
			
		||||
#SonarCloud
 | 
			
		||||
.scannerwork
 | 
			
		||||
.angular/cache/
 | 
			
		||||
		Reference in New Issue
	
	Block a user