.gitignore is now working
This commit is contained in:
parent
193d112c35
commit
7bd1139045
1 changed files with 0 additions and 39 deletions
|
@ -1,39 +0,0 @@
|
||||||
// ******************************************************************************
|
|
||||||
// * You can ignore file extensions like *.[fileExtension] *
|
|
||||||
// * You can add settings like @[settingName]=[value] *
|
|
||||||
// * You have to write all rules line by line without ','(Comma) *
|
|
||||||
// * You cannot add comment end of the rule. Example: e.js //Test File *
|
|
||||||
// * You cannot add multiple rules to one line *
|
|
||||||
// * You are free to delete this comment *
|
|
||||||
// * Settings as default *
|
|
||||||
// * - @exploreTimeout=7000 - Max 25000 Min 2000 Timeout between reports *
|
|
||||||
// * - @noIgnoreNodeModules=false - Overrides default node_modules ignore *
|
|
||||||
// * - @reExploreTimeout=5000 - Min 5000 Timeout for reExploring project *
|
|
||||||
// ******************************************************************************
|
|
||||||
package.json
|
|
||||||
package-lock.json
|
|
||||||
.gitignore
|
|
||||||
.eslintrc.yml
|
|
||||||
.vscodeignore
|
|
||||||
LICENSE
|
|
||||||
.npmignore
|
|
||||||
.travis.yml
|
|
||||||
.jshintrc
|
|
||||||
gulpfile.js
|
|
||||||
license
|
|
||||||
*.txt
|
|
||||||
/.vscode
|
|
||||||
/Assets/Audio
|
|
||||||
/Assets/Fonts
|
|
||||||
/Assets/NaughtyAttributes
|
|
||||||
/Assets/Oculus
|
|
||||||
/Assets/Plugins
|
|
||||||
/Assets/Resources
|
|
||||||
/Assets/Scenes
|
|
||||||
/Assets/TextMesh Pro
|
|
||||||
/Builds
|
|
||||||
/Content
|
|
||||||
/Logs
|
|
||||||
/MemoryCaptures
|
|
||||||
/Packages
|
|
||||||
/Recordings
|
|
Reference in a new issue