If you’re in Delhi, enrolling in a Digital Marketing Course in Dwarka can be your stepping stone to a successful career in the digital industry. https://seogurukul.in/

.gitignore 810B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. # Other files and folders
  7. .settings/
  8. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  9. # should NOT be excluded as they contain compiler settings and other important
  10. # information for Eclipse / Flash Builder.
  11. # ---> AppEngine
  12. # Google App Engine generated folder
  13. appengine-generated/
  14. # ---> ArchLinuxPackages
  15. *.tar
  16. *.tar.*
  17. *.jar
  18. *.exe
  19. *.msi
  20. *.zip
  21. *.tgz
  22. *.log
  23. *.log.*
  24. *.sig
  25. pkg/
  26. src/
  27. # ---> Archives
  28. # It's better to unpack these files and commit the raw source because
  29. # git has its own built in compression methods.
  30. *.7z
  31. *.jar
  32. *.rar
  33. *.zip
  34. *.gz
  35. *.bzip
  36. *.bz2
  37. *.xz
  38. *.lzma
  39. *.cab
  40. #packing-only formats
  41. *.iso
  42. *.tar
  43. #package management formats
  44. *.dmg
  45. *.xpi
  46. *.gem
  47. *.egg
  48. *.deb
  49. *.rpm
  50. *.msi
  51. *.msm
  52. *.msp