|
|
@@ -19,3 +19,115 @@ yarn-error.log*
|
|
|
*.njsproj
|
|
|
*.sln
|
|
|
*.sw*
|
|
|
+# ---> Actionscript
|
|
|
+# Build and Release Folders
|
|
|
+bin/
|
|
|
+bin-debug/
|
|
|
+bin-release/
|
|
|
+
|
|
|
+# Other files and folders
|
|
|
+.settings/
|
|
|
+
|
|
|
+# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
|
|
+# should NOT be excluded as they contain compiler settings and other important
|
|
|
+# information for Eclipse / Flash Builder.
|
|
|
+
|
|
|
+# ---> Gradle
|
|
|
+.gradle
|
|
|
+build/
|
|
|
+
|
|
|
+# Ignore Gradle GUI config
|
|
|
+gradle-app.setting
|
|
|
+
|
|
|
+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
|
+!gradle-wrapper.jar
|
|
|
+
|
|
|
+# ---> Node
|
|
|
+# Logs
|
|
|
+logs
|
|
|
+*.log
|
|
|
+npm-debug.log*
|
|
|
+
|
|
|
+# Runtime data
|
|
|
+pids
|
|
|
+*.pid
|
|
|
+*.seed
|
|
|
+
|
|
|
+# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
+lib-cov
|
|
|
+
|
|
|
+# Coverage directory used by tools like istanbul
|
|
|
+coverage
|
|
|
+
|
|
|
+# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
+.grunt
|
|
|
+
|
|
|
+# node-waf configuration
|
|
|
+.lock-wscript
|
|
|
+
|
|
|
+# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
+build/Release
|
|
|
+
|
|
|
+# Dependency directory
|
|
|
+# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
|
|
|
+node_modules
|
|
|
+
|
|
|
+# ---> Vim
|
|
|
+[._]*.s[a-w][a-z]
|
|
|
+[._]s[a-w][a-z]
|
|
|
+*.un~
|
|
|
+Session.vim
|
|
|
+.netrwhist
|
|
|
+*~
|
|
|
+
|
|
|
+# ---> Xcode
|
|
|
+# Xcode
|
|
|
+#
|
|
|
+# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
+
|
|
|
+## Build generated
|
|
|
+build/
|
|
|
+DerivedData
|
|
|
+
|
|
|
+## Various settings
|
|
|
+*.pbxuser
|
|
|
+!default.pbxuser
|
|
|
+*.mode1v3
|
|
|
+!default.mode1v3
|
|
|
+*.mode2v3
|
|
|
+!default.mode2v3
|
|
|
+*.perspectivev3
|
|
|
+!default.perspectivev3
|
|
|
+xcuserdata
|
|
|
+
|
|
|
+## Other
|
|
|
+*.xccheckout
|
|
|
+*.moved-aside
|
|
|
+*.xcuserstate
|
|
|
+
|
|
|
+# ---> macOS
|
|
|
+.DS_Store
|
|
|
+.AppleDouble
|
|
|
+.LSOverride
|
|
|
+
|
|
|
+# Icon must end with two \r
|
|
|
+Icon
|
|
|
+
|
|
|
+
|
|
|
+# Thumbnails
|
|
|
+._*
|
|
|
+
|
|
|
+# Files that might appear in the root of a volume
|
|
|
+.DocumentRevisions-V100
|
|
|
+.fseventsd
|
|
|
+.Spotlight-V100
|
|
|
+.TemporaryItems
|
|
|
+.Trashes
|
|
|
+.VolumeIcon.icns
|
|
|
+
|
|
|
+# Directories potentially created on remote AFP share
|
|
|
+.AppleDB
|
|
|
+.AppleDesktop
|
|
|
+Network Trash Folder
|
|
|
+Temporary Items
|
|
|
+.apdisk
|